Search Results

0
votes

Is tagging organizationally superior to discrete subforums?

Though I think that tagging is supperior to grouping, people tend to think hierarchically. In general it depends on the target group for the forum. Maybe you can go with a mixture: use tag …
0
votes

Do you still use UML? How? What for?

I use UML for initial designs as well. After doing the reqs phase and the use cases (both in UML and textual form), the basic system is laid out as a component diagram to identify single components …
0
votes

Never produce to an unknown pathway, in software too? [Toyota principle]

This is a good approach. But be aware that you shouldn't over-do logging. Otherwise you couldn't find the interesting informations in all the noise, and it reduces the overall performance (e.g. ano …