• 4 Posts
  • 482 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle



  • I used to work in a hostel and when clients asked me to waking them up so they don’t miss their plane I told them that if they don’t wake up after I push them I’m throwing a cup of water on their face, they were like haha ok and then get surprised when they wake up with a cup of water in their face.







  • Writing an email and sending it are pretty different functions, it’s doesn’t looks like that because the sending part is just pressing a bottom and all the protocols and sever communication is done in the background hide from the user.

    It’s like asking the postal service to also write and package your mail and then open and read it for the recipient.

    I personally like that philosophy and try to use it in my job, with functions that only do one job and programs that only do one job and then just chain them and make calls from each other. My users doesn’t know it’s like that and they doesn’t notice any difference, but it’s help me debugging or implementing new functionalities.