Difference between revisions of "CodeMetrics"
From Lost In Wonderlands
(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 |
| − | == | + | == Web Sites == |
| − | * | + | * http://www.leshatton.org/Documents/TAIC2008-29-08-2008.pdf |
| − | + | ||
Revision as of 23:28, 1 March 2017
Contents
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
- SoftwareEngineering
- SoftwareEngineeringBlogs
- CodingStyles
- CodeMetrics
- ArtificialIntelligence
- FiniteStateMachine
- DesignPatterns
- AntiPatterns
- Refactoring
- CleanCode
- SecureCode
- UML
- SOLID
- Packages Principle
- POLA
- KISS
- DRY
- GRASP
- YAGNI
- WORA
- LOD
- Frameworks
- Languages
- Toolings
- Devops
Software Metrics
Clyclomatic Complexity
- https://en.wikipedia.org/wiki/Cyclomatic_complexity
- https://www.cqse.eu/en/blog/mccabe-cyclomatic-complexity/