Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in maintainability

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?

Using Named Immediately-Invoked Function Expression (IIFE) instead of comments

small code redundancy within while-loops (doesn't feel clean)

Visual Studio Code Metrics and the Maintainability index of switch case

Should I use Resharper to tidy up other peoples code?

Create property in MSBuild with result of a boolean expression

msbuild maintainability

Something similar to "using" that will create an object and call a method on it when done, but let me do what I want in between

c# using maintainability

Mandatory use of braces