8
MoeK
6y

A former co-worker once had to implement a new subsystem into our ERP system, which runs on .NET.
He then decided to draw the entire UI using the Graphics class.

When i later asked him why he had done it like that, his only answer was: "I wanted to learn how to use graphics"

Comments
  • 1
    And it only took him until the heat death of the universe?
  • 0
    @ArcaneEye it was a nightmare when I had to add more features to that UI some time later.
    On top of using graphics, the code for it was a complete mess.
Add Comment