GreenCloversGuy Posted October 12, 2018 Share Posted October 12, 2018 I am someone who enjoys making diagrams when I'm programming something complicated to make sure I understand what I'm doing. I tend to do this when making object orientated programs as it helps me work out which objects are linked to what and help me create a more modular program. I created a diagram for part of my latest game which I've attached. It helped me think about how my game is currently coded and how I can improve it, in this example by having my objects send a message to my scene which will launch my new scene, reducing the number of connections between the scene into a single connection. Do you use visualisation diagrams to help you design? Which do you use, and why? Quote Link to comment Share on other sites More sharing options...
mattstyles Posted October 17, 2018 Share Posted October 17, 2018 How about a tool that create those sorts of diagrams by analysing your source? That would be good, and I bet it already exists. To your actual question, yes, I also find some diagramming to be helpful although I wouldn't be as granular as you are. I've also got reasonably good at splitting problems up so rarely need to diagram for side projects, however, at work (where problems are significantly more involved) we do this as a team regularly and refer to diagrams often. Hardest part is keeping things up to date, hence the requirement for a tool that do this for you from code analysis. Ditto for written documentation. GreenCloversGuy 1 Quote Link to comment Share on other sites More sharing options...
Prozi Posted October 26, 2018 Share Posted October 26, 2018 https://draw.io Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.