Comment on Ask HN: How you get familiar with a codebase fast?Comments−antocv12yRead books on various design patterns and architectures, until you start seeing patterns whenever you look at code.Just try to see which context the stuff is supposed to execute under, what problems it solves - from there the code is easy.
Comments
Read books on various design patterns and architectures, until you start seeing patterns whenever you look at code.
Just try to see which context the stuff is supposed to execute under, what problems it solves - from there the code is easy.