Why make it?
Code Plan is a Java GUI application I created after running into an issue in another program. The problem ended up making me have to completely rewrite an entire class object in c++. I figured if something like Code Plan existed I would'nt have ran into my issue. After searching, I couldnt find a program that fit my needs so I simply made one. Theres a lot of details that need fine tuning but my hope for this program is to point other users in the right direction where they would either create their own or update it however they need it.
What does it do?
Code Plan is a UML application writtin in Java that is used to plan the layout or structure of your code. When creating a class object it performs checks if the class already exists, if so it will link it automatically for you. It provides coloring with links between UML objects to show which methods that object will have access to. Finally, when you are done creting your class' Code Plan has the ability to generate all the base files and functions for Java and C++ code.