Skip to content

NableLucas/library-cdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

This repository contains the challenger here

Watching videos from deveficiente here

Cognitive Driven Development

Inspired on Cognitive Driven Development(CDD).

Measurements for intrinsic complexity points

The idea is define a limit points of complexity to guide the development process based on difficulty in uderstanding

  1. Contextual Coupling
  2. Code branchs(if, else, switch,ternary operator(?/:),try,catch)
  3. Functions as argument. Ex: lista.foreach(e -> e.toString());.

The limit for class is 7 points Why seven? magic seven

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages