7

Taking notes or explaining mathematical,/physical concepts by writing I'm C++ syntax.

It's pretty good because all my other chemical engineering classmates stopped asking for my notes.

Comments
  • 1
    Hahaha, I knew I couldn't be the only one to write notes in code. 😀😀😀
  • 1
    @LinuxUser0001 mine is more like a readaptation most would not compile. Like if I'm telling someone that "we need a set of 8 control actions over this section of the plant" on the blackboard/whiteboard I write ControlActions.size() == 2. But when I'm in a hurry it's just a ControlActions.resize(2).

    And your audience stares at you with perplexity.
Add Comment