Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to use GraphQL fragment on multiple types

graphql dry gatsby contentful

Kotlin - Overwrite Obj Props With Modified Obj Props if Not Null

optimization kotlin dry

How to "DRY up" C# attributes in Models and ViewModels?

c# asp.net-mvc attributes dry

rails - DRY respond_to with repeated actions

How can I create custom route helpers for usage in routes.rb

Best way to require several modules in NodeJS

How can I remove duplicated code between classes?

java dry