
Author Archives
Ruby developer in London. Ex co-founder of a political party, a startup and a monthly event for entrepreneurs. Telecom engineer (MSc electrical and Computer Science)
-
Practical Object-Oriented Design in Ruby
This book is great: http://www.poodr.com
-
Vim & Tmux video
-
Duplication is far cheaper than the wrong abstraction
Sandy Metz said that if you find yourself passing parameters and adding conditional paths through shared code, the abstraction is incorrect. Then you should go back: Re-introduce duplication by inlining the abstracted code back into every caller. Within each caller,… Read More ›
-
Null Object Pattern
Bad: Good: Seen in the video of Sandi Metz in RailsConf 2015:
-
Wikidata