Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

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

How to avoid repeating kwargs in Python?

python dry

How to reduce the number of IF statements?

Ruby on Rails - edit/new and show in same partial

Reusing server-side models in AngularJS

Combining jQuery's parent() and add() to act on element and parent together

How to follow DRY principles in jupyter python notebook

python jupyter-notebook dry

Remove redundant lines in short input function

python function dry

How to be DRY when need to have same conditional operator in every setter?

java dry setter

Sinatra: Avoiding code on the template

ruby sinatra crud dry

How to eliminate repeat code in a for-loop?

java dry