Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

How to implement DRY principle in C for looping over matrices

c loops dry

How to avoid repetition within custom java exception classes

java exception inheritance dry

Stay SOLID and DRY with coroutines and functions as methods in python

RESTful grails application: DRYing up UrlMapping

grails groovy dry url-mapping

DRY: Minimizing repeated code in Java

java dry

How can I correctly move grails unit-test helper methods into a seperate file?

Avoiding repetition / loop unswitching

c optimization dry

Select unary vs. binary std::transform function overload automatically based on callable's signature

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