mirror of
https://github.com/ro31337/rubyisforfun
synced 2024-11-16 19:50:09 +01:00
Save while on train
This commit is contained in:
parent
5078aa0719
commit
2588bded99
1 changed files with 6 additions and 0 deletions
6
manuscript/074.txt
Normal file
6
manuscript/074.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Part IV. Fun with Object-Oriented Programming
|
||||
|
||||
People think that Object-Oriented Programming is something very complicated, magical and not easy to tackle. But in reality it's all pretty straightforward if we talk about things you gonna be working on daily. _The right way_ of doing OOP could simplify the daily life of a programmer. However, it requires more brain power than the _common way_ of doing OOP.
|
||||
|
||||
This books covers the essentials, common way of doing OOP, which is a must for every beginner. If you're looking for an elegant way of writing your object-oriented code, start reading "[Elegant Objects](TODO: ссыль амазона реферальная)" by Egor Bugayenko.
|
||||
|
Loading…
Reference in a new issue