↧
Does MonoDevelop has Class View Diagram?
Well, Visual Studio has a sort of view, that if you right click on a project, it will let you choose the option "Class Diagram View" which will let you see your project in UML. What inherit what, who...
View ArticleWhat techniques to use to visualize/model the architecture of a Unity3D...
UML is very useful to visualize and model the architecture of OOP software. While the component based approach of unity is also a flavour of OOP, I find it difficult to visualize the architecture of a...
View Article