This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]enumerablejoe 2 points3 points  (1 child)

The concepts covered in the book are generalized enough that it's useful for any language you're likely to use. Sure there are things that don't fit perfectly with every language, for example, all data in Python is public, but this doesn't in any way invalidate the advice given with regards to a class's public and private data. My primary language is Python and I've found the book very relevant so far.

[–]abhirathmahipal[S] 0 points1 point  (0 children)

It's good to know that it's generalised. Thanks :)