10
rant1ng
6y

Yesterday, I put the final touches on a massive system using hundreds of classes, with thousands of lines of code, all easily maintained because of the way I used abstract classes, and coding to an interface, stubs, etc. And all instantiated with a near english fluent api. With detailed logging and even contacts me when there's problems, result of a year's work. I felt like a genius

Today, this fucking simple contact form that won't do what I want it to for the past 4 hours...

Comments
  • 0
    message for future self:

    /* Set the form variables with previous data* when component is created

    *

    */

    // yes this is a goofy way to do it, but i'm tired of fucking with this component
Add Comment