How is technical debt best measured? What metric(s) are most useful? [duplicate]
Possible Duplicate:
How can I quantify the amount of technical debt that exists in a project?
Is it a bad practice to write shell script with many if-else statment and for loops?
I am maintaing several data process shell scripts which are full of if-else statements and for loops . I try to make the scritps tidy and easy to debug.
Are flag variables an absolute evil? [closed]
Closed 8 years ago.
Which is more maintainable — boolean assignment via if/else or boolean expression?
Which would be considered more maintainable?
Maintenance wise, is `else while` without intervening braces considered safe?
Is else while
without intervening braces considered “safe” maintenance wise?
Creating huge decision tree
I’m to write an event correlator. A fundamental part of the system will be a decision tree that recognizes the origin of the fault basing on recorded states and log files.
Are there any empirical studies about the effects of commenting source code on software quality, maintainability and developer productivity? [closed]
Closed 10 years ago.
“Too object-oriented”
I come from a strong OO background, and I have recently started working in an organization which, although the code is written in Java, has a lot less emphasis on good OO design than what I am used to. I have been told that I introduce “too much abstraction”, and that I should instead code the way it has always been done, which is a procedural style in Java.
Prevent code from getting mess [duplicate]
This question already has answers here: Techniques to re-factor garbage and maintain sanity? [duplicate] (11 answers) How would you know if you’ve written readable and easily maintainable code? [closed] (19 answers) Closed 11 years ago. I am a student and a freelance programmer. These days I am developing a software in VB6 which has recently […]
What aspects of “maintainability” can influence choice of IS implementation technology?
Background: I’m an apprentice and am handling the project of developing a particular IS-System. Currently I’m only managing the requirements analysis and the information-processes design, but as a Software Developer, I would also like to implement the concept as an actual Web-Portal.
When it comes to choice of technology, I personally would like to build my front-end based on JavaScript Frameworks(jQuery, Bootstrap, DataTables.Net, …) which offer high front-end implementation flexibility and nice out-of-box modern design, and wire these to .NET MVC in the code-behind. The people around me, who haven’t written a line of code in what seems like decades, all fret about difficulty to maintain such a system, in comparison to using .NET Controls and sticking to the MS Web-Site development Package. So whenever I try to bring up, that I could build a nice-looking, user-friendly, modern portal, once we’re done with the first concept-phase, I just get concerned looks and a mumble about “maintainability” and “we’d prefer trying to use Sharepoint Analysis Services connected to our DB”.