Difference between revisions of "CodeMetrics"

From Lost In Wonderlands
Jump to: navigation, search
(Created page with " == Software Metrics == *https://en.wikipedia.org/wiki/Software_metric == Papers == *http://www.leshatton.org/Documents/TAIC2008-29-08-2008.pdf == Clyclomatic Complexity ==...")
 
Line 1: Line 1:
 +
= Code Metrics / Software Metrics =
  
 +
''by paul.plaquette, Senior Software Engineer, Trilda''
 +
 +
'''NeXT Steps'''
 +
  ''here everything has yet to be done !''
 +
 +
''coming soon'' :
 +
 +
 +
'''''Everything You Always Wanted to Know on Sofware Engineering... (But Were Afraid to Ask)'''''
 +
 +
 +
 +
 +
 +
== See Also ==
 +
* [[Main_Page]]
 +
* [[Technoverse]]
 +
 +
* [[SoftwareEngineering]]
 +
* [[SoftwareEngineeringBlogs]]
 +
* [[CodingStyles]]
 +
* [[CodeMetrics]]
 +
* [[ArtificialIntelligence]]
 +
* [[FiniteStateMachine]]
 +
* [[DesignPatterns]]
 +
* [[AntiPatterns]]
 +
* [[Refactoring]]
 +
* [[CleanCode]]
 +
* [[SecureCode]]
 +
* [[UML]]
 +
* [[SOLID]]
 +
* [[Packages Principle]]
 +
* [[POLA]]
 +
* [[KISS]]
 +
* [[DRY]]
 +
* [[GRASP]]
 +
* [[YAGNI]]
 +
* [[WORA]]
 +
* [[LawofDemeter | LOD]]
 +
* [[Frameworks]]
 +
* [[Languages]]
 +
* [[Toolings]]
 +
* [[Devops]]
  
 
== Software Metrics ==
 
== Software Metrics ==
*https://en.wikipedia.org/wiki/Software_metric
+
* https://en.wikipedia.org/wiki/Software_metric
 +
 
 +
== Clyclomatic Complexity ==
 +
* https://en.wikipedia.org/wiki/Cyclomatic_complexity
 +
* https://www.cqse.eu/en/blog/mccabe-cyclomatic-complexity/
  
 
== Papers ==
 
== Papers ==
*http://www.leshatton.org/Documents/TAIC2008-29-08-2008.pdf
+
* http://www.leshatton.org/Documents/TAIC2008-29-08-2008.pdf
  
== Clyclomatic Complexity ==
+
== Web Sites ==
*https://en.wikipedia.org/wiki/Cyclomatic_complexity
+
* http://www.leshatton.org/Documents/TAIC2008-29-08-2008.pdf
*https://www.cqse.eu/en/blog/mccabe-cyclomatic-complexity/
+

Revision as of 00:28, 2 March 2017

Code Metrics / Software Metrics

by paul.plaquette, Senior Software Engineer, Trilda

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Sofware Engineering... (But Were Afraid to Ask)



See Also

Software Metrics

Clyclomatic Complexity

Papers

Web Sites