4 ms·
Is it programming language agnostic?
by krilcebre 3y ago
Is it programming language agnostic?
- 100k 3y agoYes. 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.