Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

How do I apply the DRY principle to iterators in C++? (iterator, const_iterator, reverse_iterator, const_reverse_iterator)

Is there a DRY approach to applying a filter hash in a RAILS API controller index action?

Defining methods which can be used in multiple controllers (in short library) in laravel 5

php laravel laravel-5.2 dry

Avoiding repeated instance declarations in Haskell

Rails: keeping DRY with ActiveRecord models that share similar complex attributes

How can you be DRY with a programming language that doesn't have Reflection? [closed]

c reflection aop dry

Calling render() from a filter helper method in Grails

grails groovy filter dry

C 'generics' -- double and float

c types dry

HAML filters in a helper

How do I bring DRY (don't repeat yourself) to Objective-C

objective-c properties dry

Can I make a clojure macro that will allow me to get a list of all functions created by the macro?

macros clojure dry

Following the DRY principle in ASP.NET

c# asp.net dry

Model-View-ViewModel pattern violation of DRY?

silverlight mvvm dry

DRYing up layout locals in expressjs rendering

node.js dry express pug

How automatically update fields like created/modified Date when using MyBatis?

spring aop dry mybatis

polymorphism in haskell - using multiple versions of one function without giving it different names

haskell polymorphism dry

How to DRY up my ruby exceptions in initialize method?

ruby dry raise

Keeping it DRY in ASP.Net MVC

c# asp.net-mvc dry

Rails - Two controllers or adding actions?

How to DRY in Ruby?

ruby dry