Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

Can I avoid duplicating fields' Javadoc comments in getter/setter methods?

javadoc dry getter-setter

SOLID Principle In Laravel with Repository Pattern

Does the DataMapper pattern break MVC?

Creating html templates using PHP

php html templates dry

Load YAML nested with Jinja2 in Python

How can I define the size of the drawables in the style file?

How do you share configuration information or business rules between languages

How to write similar functions in Common Lisp?

How to stay DRY when using both Javascript and ERB templates (Rails)

DRY Controllers in Rails 3.2

ruby ruby-on-rails-3 dry

How to make this code more DRY?

c# dry

How to make this C++ code more DRY?

c++ dry code-cleanup

Duplicate code detection: Tools you can use

Rails: Making ''show' view and 'edit' view match

ruby-on-rails dry

Redundant code in getters and setters

Removing code duplication from const and non-const methods that return iterators

c++ constants dry

Composing functions in Java?

Why ReadOnlySpan may not be used as a type argument for generic delegates and generic methods?

c# dry

How do I make this algorithm lazier without repeating myself?

haskell lazy-evaluation dry

Dependency Injection with Interface implemented by multiple classes