design pattern tools to use?
- by ajsie
i have noticed that every area has some tools you can use to make things easier.
eg.
css = dreamweaver
doctrine/propel = orm designer // you dont have to hardcore code schemas manually and remembering all the syntax/variables
mysql = mysql workbench // the same
etc.
in this way you get aided and dont have to type things the hard way, and can learn the structure, but then use GUI tools to help you develop faster.
now i'm learning design patterns (singleton, factory, command, memento etc) and im wondering if there are some kind of tools you can use that will help you develop faster.
i dont know exactly what tools i'm trying to find, just helping me when coding with design patterns (schema drawings? references?)
are there any?