Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

Knockout.js show / hide block visibility pattern

How do you "not repeat yourself" when giving a class an accessible "name" in C++?

c++ dry

DRY up CSS - multiple parents to one child

css css-selectors dry

Scala DRYing try/catch

scala logging try-catch dry

How to use mixins properly in Javascript

javascript dry mixins

SSH config file setup with wildcards and DRY

ssh config 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