Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in maintainability

Troubles with large amount of Code duplication

jQuery design pattern for selectors to improve code maintainability?

Is there a better design option?

How do you understand regular expressions that are written in one line?

regex maintainability

Is large scala codebase maintainable? [closed]

java scala maintainability

How to write a probability algorithm that can be maintained easily?

Spliting component in Entity-Component-System demands too much refactoring

Are enums less maintainable than public static final constants?

Delphi: Maintainability Virtual vs Virtual Abstract

Dependency Injection and code maintainability

Maintainability of Java annotations?

How do you maintain code with InvalidEnumArgumentException?

c# maintainability

Usual values on Code Metrics (C#, Visual Studio) for production projects

Is there any appreciable difference between if and if-else?

Simplify Overriding Equals(), GetHashCode() in C# for Better Maintainability

One database or many?

'from X import a' versus 'import X; X.a'

How do I share a constant between C# and C++ code?

c# c++ idl maintainability

Best pattern for Constants in SQL?

At what point does refactoring become not worth it?