|
|
|
|
|
by raxits
1550 days ago
|
|
0. Try to find what & why exactly is being built 1. Try to find out which framework, architecture, design patterns used - get hold of that 2. Library dependancy
3. Database structure 4. Pick up your favourite editor (be it vim or emacs or vs code or any) in which you have mastery 5. Search for various entry points like routes, or start activity or main function etc & try step thru code (with possible debug tools open) |
|