design pattern tools to use?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-04-23T04:17:07Z
Indexed on
2010/04/23
4:23 UTC
Read the original article
Hit count: 248
design-patterns
|programming
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?
© Stack Overflow or respective owner