Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

How to DRY up Rails 3 controllers by overriding methods like respond_with?

Alternative to django form processing boilerplate?

django dry boilerplate

How to reuse blocks of code and pass arguments to them in ExpressionEngine

dry expressionengine

ASP.NET MVC 2 - When To Use Templates vs When to Use Partial Views

What's the best practices in code reuse between different Ruby projects?

ruby dry code-reuse modularity

How can I convert this code to meta-programming, so I can stop duplicating it?

ruby metaprogramming dry

AOP in Objective-C: Inject context-aware code into each method while maintaining DRY

c++ objective-c c aop 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