Skip to content
Archive of posts tagged UML

Simplifying code using states

Lately I have been refactoring czPlayer to add more features and make future maintenance easier.
Some parts of the code are almost 10 years old, when I first started playing with sound coding.
Needless to say, my code style and quality has improved a lot in 10 years, and it’s a funny thing to look at code [...]

Good UML Design Tool

In some previous posts I talked a little about UML, but I never talked about what tool I use.
I have already tried a few.
- BOUML
- UML Pad
- Rational Rose . Only used some years ago, and never liked it.
- Visual Paradigm for UML
So far, and by far… the one I like the most is Visual [...]

UML Applied – Second Edition

For some of the programming tasks I’ve been doing, I found myself planning things with UML State Diagrams. I really helped to understand some details, find problems, and follow the specifications. Since I haven’t been using UML for some time, I took out of the dust a book I downloaded and printed back in [...]