Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of nerak99

nerak99

nerak99 has asked 4 questions and find answers to 0 problems.

Stats

20
EtPoint
0
Vote count
4
questions
0
answers

About

Just starting out on the Stanford Uni IOs course. I have slowly worked my way through.

I really recommend the companion text by Daniel Steinberg. It is excellent. He explains things clearly and shows both simple and sophisticated examples of how to do thing.

For example enumerating an array he shows a way that is straightforward loop, then fast enumeration and finally using blocks. (The recommended way).

Far too often C, C++ & objective C programmers couch their answer in deeply embedded single line solutions that are horrible for readers to unpick.