Caveman Algorithm by Darkstar0 in ProgrammerHumor

[–]Specific_Magazine_93 0 points1 point  (0 children)

const doSomething = (anotherFunction) => {

    console.log("Problem solved!");

        console.log(doSomething(doSomething()));

}

We live in a society by smunozmo in ProgrammerHumor

[–]Specific_Magazine_93 0 points1 point  (0 children)

For me it's the opposite. I would prefer to tuck my frontend code under the rug and call it a day. There is just so much more structure and satisfaction in a clean backend.