Y
Hacker News
new
|
ask
|
show
|
jobs
by
fakedang
376 days ago
Why not C++ though? Learning C++ before Python helped me retain a bias for good programming practices.
1 comments
Mond_
376 days ago
...C++ teaches good programming practices? I thought it mainly teaches you how to be paranoid, and how to keep track of the bizarre interactions of 20 bespoke historical features.
link
betaby
376 days ago
One can say the same about Java, although less of the paranoid part.
link
red_admiral
375 days ago
The moment you have to deal with checked exceptions in a pipeline of lambdas, you become paranoid about your own sanity.
link
fakedang
376 days ago
Certainly better than non-typed python.
link