|
|
|
A Code Visualizer and Helper
|
|
1 points
by shash_2708
770 days ago
|
|
Problem: Its difficult for new developers in a team to understand the existing code.
Solution: A code visualizer which will help companies convert their code and files into a flowchart so that it is easier for new devs to understand where is the data flowing and which page is something navigating to. They can also ask questions to the codebase in order to find the implementation of a particular function fast. The reason I am sharing this here is because I have been able to talk to only a few project leads regarding this but I might not be able to understand all the problems with the idea. Would love to know the problems you see with this. |
|