ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

writing good code #265

Open ruebenramirez opened 8 years ago

ruebenramirez commented 8 years ago

I discovered the goto; channel on youtube and found some great talks:

ruebenramirez commented 8 years ago

twitter for goto; https://twitter.com/GOTOcon

ruebenramirez commented 8 years ago

stop writing case and else statements! https://www.youtube.com/watch?v=l1Efy4RB_kw&feature=youtu.be&t=27m57s

ruebenramirez commented 8 years ago

"these practices came from the smalltalk world" -- ? https://www.safaribooksonline.com/library/view/smalltalk-best-practice/9780132852098/

ruebenramirez commented 8 years ago

learn all the refactoring tricks - https://www.safaribooksonline.com/library/view/refactoring-improving-the/0201485672/

ruebenramirez commented 8 years ago

https://www.youtube.com/watch?v=2Fy_xidc11w

Fred George recommends asynchronous system development through use of an "Event Bus"

Kafka is one example: http://kafka.apache.org/