Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

DRYing up event handlers

jquery event-handling dry

How to reduce the redundant code in a header file?

c++ dry

In C# MVC can you set a global behavior which each action method must carry out before processing the rest of the request?

How do I remove code duplication between similar ref-qualified member functions?

How can I DRY up this Haml?

ruby-on-rails haml dry

How to make 'self' in parent class refer to extended class in PHP?

Best way to use Python Enum or Dictionary for mapping constants and staying DRY with inference

Defense in Depth vs. DRY

How to avoid duplication in Makefile targets with similar recipes?

makefile dry

How to use abstraction with classes LocalDate and LocalDateTime?

java dry

Rails different params in create and update

Sharing common code between multiple spring boot APIs

Two identical TypeScript interfaces with different names - how to make it DRY / avoid repetition?

typescript types dry

Which takes precendence: Don't Repeat Yourself or the Single Responsibility Principle?

How to make shared example with RSpec with parametrized code to test without using eval method?

ruby-on-rails rspec dry

"Regular" Ruby gem or Rails engine?

Override struct tags in go

json go struct dry

Website localization, Title Capitalization and avoiding duplicates

How can I reduce this code with the DRY principle?

r dataframe tidyverse dry