Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dry

Making Grails controllers more DRY?

grails controller dry

Simplifying multiple boolean checks into a single one

How to keep code DRY in Golang

go interface dry go-interface

DRY between Production and Test Code Constants

unit-testing constants dry

Haskell: How to organize a group of functions that all take the same arguments

haskell dry

ASP.NET MVC - How to achieve reusable user controls and maintain DRY?

How do you keep your business rules DRY?

Using async await when implementing a library with both synchronous and asynchronous API for the same functionality

c# .net async-await dry

Should mapping value be declared in a constant or as an enum?

java spring spring-mvc enums dry

Declare and initialize pointer concisely (i. e. pointer to int)

c pointers dry

JSLint "eval is evil." alternatives

javascript eval dry jslint

using yield in C# like I would in Ruby

c# closures dry yield

DRYing Views in Rails (number_to_currency)

ruby-on-rails views dry

Is there an automatic tool to find the DRY-ness of your code base?

dry

NextJS, _app, SSG, getInitialProps vs getStaticProps and how am I supposed to stick to DRY?

next.js dry getstaticprops ssg

Using Marshmallow without repeating myself

python dry marshmallow

"inheriting" ASP.NET MVC sites from a common template app? (multi-tenancy)

How to extend or override BeginForm to include a AntiForgeryToken field

Refactoring a library to be async, how can I avoid repeating myself?

c# .net asynchronous dry

Python, I'm repeating myself a lot when it comes to for loops and there must be a better way

python for-loop dry