Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

How do I intercept operations via subclassing?

python oop class dry

Is there a way to automatically create or map ViewModel properties to Model properties?

c# wpf mvvm dry

Microservices shared objects

DRY Principle with DTO and EO for spring and hibernate enabled webapp

MediatR library: following the DRY principle

c# .net dry cqrs mediatr

DRY caching in C

c dry memoization

How to avoid function repetition in SELECT, GROUP BY, and ORDER BY in SQL

sql sql-server t-sql dry

Using Thinking Sphinx and staying DRY (Don't Repeat Yourself)

How to get the object that has the maximum value for multiple attributes using a stream?

java java-stream dry

Backbone.js: how can I most effectively apply my shared Mustache template to a View's el?

How can I use pytest options as fixture and not repeat myself?

python pytest dry fixtures

How to create reusable Components in .NET MAUI?

components dry maui

Gradle: manage dependency/plugin versions in multi-project builds

gradle dry multi-project

Using the same php sofware for multiple domains inside the same apache webserver?

php hosting dry shared

How do you follow DRY with code using x-y coords?

dry coordinates

How do I redirect multiple actions to a single action while maintaining DRY?

ruby-on-rails dry

How to write DRY Python For Loop

python for-loop dry

Jquery - (re)wiring dynamically generated elements

javascript jquery dry

How do I avoid duplicating validation logic between the domain and application layers?