Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

Stay DRY with DTO's

c# entity-framework oop dry

WCF Web API UriTemplate Elements Found in Multiple Methods

Two different Inheritance-chains without breaking the DRY-principle

How to make source code a part of XML documentation and not violate DRY?

Check if two variables have values from two different sets, the DRY way

python coding-style dry

Pseudo-multiple-inheritance with extension methods on interfaces in C#?

DRY vs Security and Maintainability with MVC and View Models

asp.net-mvc viewmodel dry

Django: Reuse form fields without inheriting?

django django-forms dry

Improve unobtrusive javascript (and possibly use CoffeeScript) in a Rails application

Codeigniter - making my controllers more DRY

How DRY should my unit tests be?

unit-testing dry

Re evaluate django query after changes done to database

Rails I18n: Better way of interpolating links?

What's an idiomatic way to implement a red-black tree in Go?

How to avoid copy and paste when two functions are very similar?

c++ dry

Python optparse defaults vs function defaults

python dry optparse

Eliminate repetition in C++ code?

c++ templates dry

DDD - Share or duplicate a value object to be used between two aggregate roots?

Form in React and TypeScript with DRY handle of change

reactjs forms typescript dry