Search code examples
Speed Comparisons - Procedural vs. OO in interpreted languages...

performanceoopmaintainabilityproceduralinterpreted-language

Read More
avoid duplicated code : typedef/using a template class that has default parameter (C++14)...

c++templatesc++14typedefmaintainability

Read More
How to prove my stakeholder and manager my software works?...

unit-testingreleasemaintainability

Read More
C# Multi-form coding practice...

c#maintainability

Read More
How to show that function belongs to a typedef in C?...

cfunctionpointersmaintainability

Read More
Maintainability issue of refactoring "fA()" and "fB()" to "fAB(){return rep...

c++architecturemaintainability

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

c#c++idlmaintainability

Read More
Criteria when using libraries - use Library's data type VS create my own type?...

c++static-librariesmaintainability

Read More
Force classes to implement one of a set of methods...

phpoopmaintainabilitydefensive-programming

Read More
C++ std::move assignment from scratch - low maintainability...

c++11move-semanticsmaintainability

Read More
Syntax for new class declarations in PHP...

phpsyntaxwarningserror-reportingmaintainability

Read More
What influence the maintainability result for Sonarqube?...

sonarqubemaintainabilitysoftware-quality

Read More
APL readability...

readabilitymaintainabilityapl

Read More
Database normalization design - single or multiple tables...

performancedatabase-designreadabilitymaintainability

Read More
NodeJS Express Socket.io Impletation in a Seperate File...

node.jsexpresswebsocketsocket.iomaintainability

Read More
Add an attribute or create a new level in the XML hierarchy?...

xmlxsdmaintainabilityfuture-proof

Read More
What is the best alternative to #if in #define...

ccudamacrosc-preprocessormaintainability

Read More
Why should 'getter' methods in 'Manager' classes not be static?...

javamaintainability

Read More
condition checking on signatures of template of a class (Ex. HashSet + HashMap)...

c++templatesmaintainability

Read More
Increase readability & maintainability : omit < > for many variable declaration possible?...

c++templatesmaintainabilitycode-readability

Read More
Maintainability index for over all angular.js project...

javascriptangularjstestingmaintainability

Read More
Can I improve debugging by assigning value to variable before returning without sacrificing performa...

javaperformancedebuggingmaintainability

Read More
How do I apply nonintrusive design changes to Magento 1.X...

magentomaintainabilitycode-maintainability

Read More
Good practice with conditional imports...

pythonimportmaintainability

Read More
Something similar to "using" that will create an object and call a method on it when done,...

c#usingmaintainability

Read More
Is it considered poor practice to use the same view for creation and editing in an MVC application...

ruby-on-railsmodel-view-controllerweb-applicationsmaintainability

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

javascriptcommentsmaintainabilityiife

Read More
Best pattern for Constants in SQL?...

sql-serverconstantsmaintainability

Read More
At what point does refactoring become not worth it?...

refactoringscalabilitymaintainabilityrebuild

Read More
Use GUI displayed results of SQL query vs new queries?...

sqlperformanceuser-interfacemaintainability

Read More
BackNext