Mathematics for Computer Science | Electrical Engineering and Computer Science | MIT OpenCourseWare: "Mathematics for Computer Science"
Monday, June 29, 2015
Sunday, June 14, 2015
Globaldev coding standards
https://github.com/globaldev/standards
There are general programming principles, security principles, code review principal etc
Composition aggregation association
http://stackoverflow.com/questions/21967841/aggregation-vs-composition-vs-association-vs-direct-association
Composition - one obj is part of another. One does not exists outside another
Aggregation - one object uses another ( setters dependency injection)
Temporary assosiation ( method param , return value)
Delegation ?
Weak/strong assotiation
Books to check out
From habrahabr
http://www.yegor256.com/2015/04/22/favorite-software-books.html
Coding best practices and antipatterns
Add here robs articles he sent to dv@estidesign
Thourally anilyze article outline main ideas
Saturday, June 13, 2015
Subscribe to:
Posts (Atom)