Matches in DBpedia 2016-04 for { <http://dbpedia.org/resource/Coding_by_exception> ?p ?o }
Showing triples 1 to 23 of
23
with 100 triples per page.
- Coding_by_exception abstract "Coding by exception is an accidental complexity in a software system in which the program handles specific errors that arise with unique exceptions. When an issue arises in a software system, an error is raised tracing the issue back to where it was caught and then where that problem came from, if applicable. Exceptions can be used to handle the error while the program is running and avoid crashing the system. Exceptions should be generalized and cover numerous errors that arise. Using these exceptions to handle specific errors that arise to continue the program is called coding by exception. This anti-pattern can quickly degrade software in performance and maintainability. Executing code even after the exception is raised resembles the goto method in many software languages, which is also considered poor practice.".
- Coding_by_exception wikiPageID "2054964".
- Coding_by_exception wikiPageLength "1005".
- Coding_by_exception wikiPageOutDegree "7".
- Coding_by_exception wikiPageRevisionID "673597075".
- Coding_by_exception wikiPageWikiLink Anti-pattern.
- Coding_by_exception wikiPageWikiLink Category:Anti-patterns.
- Coding_by_exception wikiPageWikiLink Feature_creep.
- Coding_by_exception wikiPageWikiLink Goto.
- Coding_by_exception wikiPageWikiLink No_Silver_Bullet.
- Coding_by_exception wikiPageWikiLink Test-driven_development.
- Coding_by_exception wikiPageWikiLinkText "Coding by exception".
- Coding_by_exception wikiPageUsesTemplate Template:Unreferenced.
- Coding_by_exception subject Category:Anti-patterns.
- Coding_by_exception hypernym Complexity.
- Coding_by_exception type Pattern.
- Coding_by_exception comment "Coding by exception is an accidental complexity in a software system in which the program handles specific errors that arise with unique exceptions. When an issue arises in a software system, an error is raised tracing the issue back to where it was caught and then where that problem came from, if applicable. Exceptions can be used to handle the error while the program is running and avoid crashing the system. Exceptions should be generalized and cover numerous errors that arise.".
- Coding_by_exception label "Coding by exception".
- Coding_by_exception sameAs Q5140299.
- Coding_by_exception sameAs m.06hxv9.
- Coding_by_exception sameAs Q5140299.
- Coding_by_exception wasDerivedFrom Coding_by_exception?oldid=673597075.
- Coding_by_exception isPrimaryTopicOf Coding_by_exception.