Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

Should I use a single framework codebase for multiple sites or one for each site?

How to create Polly's policy for several WCF Clients

c# wcf dry polly

Javascript return enclosing function

Do validators duplicate business logic?

asp.net dry validation

How to avoid writing repetitive code for different numeric types in .NET

c# f# numbers dry nemerle

Help to create a generic class to avoid code duplication

Kivy How to create widgets from dictionary in kivy

python kivy dry

DRY AngularJS Controllers for forms

javascript angularjs dry

DRY IDisposable Pattern

C# MVC Implementing API with HMAC signature parameters

How to comply DRY principle if two functions are almost the same?

c# .net dry

How do I obtain the directory of the current module in Node.js without using "__dirname" or "import.meta.url"?

How to repeat sections of a SQL query across UNIONs? (DRY in SQL)

sql sql-server t-sql dry

Reuse variables and model encapsulated in class

python oop tensorflow dry

DRY-ing ASP.NET MVC actions: ApplicationController or Service?

How to avoid duplicate code with a helper-method for shared REST-operations like GET and DELETE

How do I initialize attributes when I instantiate objects in Rails?

Sort in reverse order. "Don't repeat yourself" rule