59
stisch
6y

Best AH-HA moment when something suddenly made sense.

Comments
  • 0
    When I finally understood how the animations needed to be applied when importing a model with assimp.
  • 1
    My first rant!
  • 0
    There are too many... it started with assembler on a C64 and now with gradle and maven...
  • 2
    when I finally understood:

    "Code to an interface"

    and I still learn the deep deep implications of that on an almost daily basis
  • 1
    Regex.

    The AH-HA moment was when I successfully wrote my first regex on a whiteboard.
  • 1
    It's small but when I discovered how to use for loops for the first time with arrays, never yelled out in surprise so loud in my life....
  • 1
    The biggest for me was Object Oriented Programming, in general.

    I started out on a C64 (non-structured / procedural), and I pretty quickly understood low level operations for generating sprites and waveforms.

    Then I eventually moved to Javascript and Haskell, Python and a little PHP.

    The whole concept of classes with methods and variables just didn't make sense to me for a very long time, coming from a Functional/Procedural background.
Add Comment