Don't Repeat Yourself, a software development philosophy which aims at reducing redundancy and code repetition.
I've just got confused how to implement something in a generic way in C++. It's a bit convoluted, so let …
c++ templates dry generic-programmingI am using respond_with and everything is hooked up right to get data correctly. I want to customize the …
ruby-on-rails ruby-on-rails-3 response dry respond-withI have a YAML file (all.yaml) that looks like: ... var1: val1 var2: val2 var3: {{var1}}-{{var2}}.txt ... If …
python jinja2 dry pyyaml computed-propertiesI have recently merged together 5 of my stand-alone projects into one project to have a common code base. So now …
ios xcode localization dry info-plistTL;DR; How can I create a specflow test that calls another test as its first step? Given I already …
c# unit-testing automated-tests dry specflowI have a constant that is only used in views, but it's used in different ways in different places. It's …
ruby-on-rails view constants dry helperI am using Ruby on Rails 3.0.7 and I am planning to use partial templates. All classes in my application would …
ruby-on-rails ruby ruby-on-rails-3 templates dryI am have some JavaScript functions that run on both the client (browser) and the server (within a Java Rhino …
javascript eval dry jslintI have code similar to: number_to_currency(line_item.price, :unit => "£") littering my views in various models. Since …
ruby-on-rails views dry