Search code examples
OOP and GUI: what to implement where?...


ooppyqt4conventionsreadabilitymaintainability

Read More
Maintenance testing on websites...


testingautomated-testsmaintainabilityghost-inspector

Read More
Best practice on how to organize methods?...


javareadabilitymaintainability

Read More
Is it better to have one setter method or multiple for objects with a fixed number of fields?...


javascriptarchitecturereadabilitymaintainability

Read More
Best practices: a Property, a Function or ToString?...


c#tostringreadabilitymaintainability

Read More
Is it OK to #include .c source file for maintainability of embedded C code?...


cperformanceembeddedstm32maintainability

Read More
Game Development: How Do Game Developers Maintain Game Speed Regardless of FPS?...


performancemaintainabilityframe-rate

Read More
PhP associative array to get more effective...


phparraysmaintainability

Read More
Django - Where should I place calculation method to design a proper and maintainable project?...


djangodjango-modelssoftware-designmaintainability

Read More
How should I organize my actionType with Redux to be maintainable over time and dev?...


reactjsreduxmaintainability

Read More
How can I access sibling packages in a maintainable and readable way?...


pythonpython-3.ximportpackagemaintainability

Read More
Writing Maintainable Event-Driven Code...


architecturedocumentationnode.jsmaintainabilityevent-driven

Read More
What is the efficient layered architecture for MVC project?...


c#.netasp.net-mvcn-tier-architecturemaintainability

Read More
How can this notification system be improved?...


ruby-on-railsnotificationsruby-on-rails-5drymaintainability

Read More
Reorder Umbraco to have Articles/Year/Month/Article map structure...


content-management-systemumbracodoctypemaintainability

Read More
Can't suppress CA1502...


c#code-analysismaintainability

Read More
Can I make a long fish array easier to read and maintain?...


arraysreadabilityfishmaintainability

Read More
Group two functions that differ in only 1 line of code...


c++performancefunctioncode-duplicationmaintainability

Read More
managing document.ready event(s) on a large-scale website...


javascriptjquerymaintainabilitydocument-ready

Read More
Best design pattern for structured sequential handling...


c#algorithmdesign-patternsmaintainabilitycode-readability

Read More
Static and non-static version of the same function in C#...


c#asp.netstaticreadabilitymaintainability

Read More
Risks of maintaining/sustaining two code sets, one for CPU one for GPU, that need to perform very si...


c++gpusimulationportingmaintainability

Read More
What makes Perl code maintainable?...


perlmaintainability

Read More
How to write maintainable merge() method?...


javamergemaintainability

Read More
EmberJS Maintainability...


ember.jsmaintainability

Read More
How can I maintain an iOS Framework initially installed via CocoaPods but modified manually later on...


iosswiftframeworkscocoapodsmaintainability

Read More
How to self-document a callback function that is called by template library class?...


c++templatescallbackreadabilitymaintainability

Read More
Create myNew/myDelete to replace new/new[]/delete/delete[]...


c++memory-managementmaintainability

Read More
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
BackNext