• (nodebb)

    Make a loop and access the controls through Reflection XD

  • (nodebb)

    Make an array of the gridview and textbox objects then iterate across that. Yes, I'm kidding.

  • (nodebb)

    Dan's co-workers like passing around TDWTF stories, mostly because seeing code worse than what they're writing makes them feel less bad about how often they end up hacking things together.

    Engineering Fortran code Base of many decades. Insure miss the feeling if seeing WTFs that exceed the necessities born out of a lack of automated testing and many colleague's love for mutable global state 🥲

  • Registered (unregistered)

    Fortran code Base

    I once worked on a Fortran code base with an ancient compiler that had no warnings for global declarations that didn't make sense. As a result there was a bug in which separate compilation units attempted to work with the global variable LFLAG. One of them declared the global as LFAG and therefore the unit only worked with the local automatic variable LFLAG.

    That program took about 55 minutes to compile.

  • (nodebb)

    Are people allergic to some good ol' ForEach?

Leave a comment on “Gridding My Teeth”

Log In or post as a guest

Replying to comment #681250:

« Return to Article