Difference between revisions of "Packages Principle"

From Lost In Wonderlands
Jump to: navigation, search
(Created page with "= Packages priciples = ''by paul.plaquette, Senior Software Engineer, Trilda Open Source'' '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' :...")
 
(Packages priciples)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
'''''Everything You Always Wanted to Know on Package principles... (But Were Afraid to Ask)'''''
 
'''''Everything You Always Wanted to Know on Package principles... (But Were Afraid to Ask)'''''
  
 +
== Package Principle ==
 +
In computer programming,
 +
package principles are a way of organizing classes in larger systems
 +
to make them more organized and manageable.
  
 
== See also ==
 
== See also ==
Line 25: Line 29:
  
 
== Packages Principle ==
 
== Packages Principle ==
 +
* https://en.wikipedia.org/wiki/Package_principles
 +
* http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod
 +
* https://social.technet.microsoft.com/wiki/contents/articles/18067.package-cohesion-principle.aspx

Latest revision as of 15:52, 10 January 2017

Packages priciples

by paul.plaquette, Senior Software Engineer, Trilda Open Source

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Package principles... (But Were Afraid to Ask)

Package Principle

In computer programming, 
package principles are a way of organizing classes in larger systems 
to make them more organized and manageable. 

See also



Packages Principle