Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



wrote about this point
If you want to change selection, open document below and click on "Move attachment"

Unknown title
ly depends upon what we need. type DatabaseWriter interface { AddUser(string) } func NewUser(d DatabaseWriter, firstName string, lastName string) { d.AddUser(firstName + lastName) } Dave Cheney <span>wrote about this point when he described Interface Segregation Principle. He also describes other advantages of limiting input that’s worth reading. The summary goal that drives home the idea is: the results


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.