Tagged Questions
2
votes
1answer
135 views
Progressbar patterns (Eclipse)
I've struggled quite a bit with Eclipse and progress-monitors to try to have good progressbars which report useful progress information to the user. Inevitably the code gets cluttered with lots of ...
4
votes
2answers
404 views
PHP Aspect Oriented Design
This is a continuation of this Code Review question.
What was taken away from that post, and other aspect oriented design is it is hard to debug. To counter that, I implemented the ability to turn ...