Hacker News new | ask | show | jobs
by krilcebre 898 days ago
Is it programming language agnostic?
1 comments

Yes. The concepts apply to all programming languages. The exercises use multiple programming languages. For example, one exercise has you explore the Git source code (which is in C) to learn how to use a program's data structures to understand an unfamiliar codebase. Other examples have you find bugs in Python code or write Java.