Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

Best Practices for using partials in Rails

ruby-on-rails dry partial

How can I avoid repeating myself when creating a C++ enum and a dependent data structure? [duplicate]

How to avoid this kind of repetition

c++ c++11 dry

How to generate a non-const method from a const method?

c++ dry const-correctness

Exposing parameter types in a perfectly-forwarding function avoiding code repetition

Validate a value in property

c# dry encapsulation

Making Grails controllers more DRY?

grails controller dry

Simplifying multiple boolean checks into a single one

How to keep code DRY in Golang

go interface dry go-interface

DRY between Production and Test Code Constants

unit-testing constants dry

Haskell: How to organize a group of functions that all take the same arguments

haskell dry

ASP.NET MVC - How to achieve reusable user controls and maintain DRY?

How do you keep your business rules DRY?

Using async await when implementing a library with both synchronous and asynchronous API for the same functionality

c# .net async-await dry

Should mapping value be declared in a constant or as an enum?

java spring spring-mvc enums dry

Declare and initialize pointer concisely (i. e. pointer to int)

c pointers dry

JSLint "eval is evil." alternatives

javascript eval dry jslint

using yield in C# like I would in Ruby

c# closures dry yield

DRYing Views in Rails (number_to_currency)

ruby-on-rails views dry

Is there an automatic tool to find the DRY-ness of your code base?

dry