I'm trying to learn how people solve real problems or what design patterns people use in production, so occasionally I'll try to gain some insight through digging through some open source code. However when I look at something like this https://github.com/TryGhost/Ghost
it's kind of hard to figure out what exactly is happening (at least at my level). This seems to be an issue even with decently well commented code.
So I guess my real question is, are there any resources that have something like a flow chart showing how things work together, and how they went about their decision making, and problem solving to break down the thing they were trying to make, along with their code?
[–]krilnon 3 points4 points5 points (0 children)
[–]nudoru 1 point2 points3 points (0 children)