#software-engineering
Read more stories on Hashnode
Articles with this tag
It's a story as old as time, boy meets girl, girl falls in love with incomprehensible eldritch horror — oh wait no, sorry wrong story, this one is...
return !!someVar ? ( someArr.length ? someArr[0].someProperty : somethingElse || 'cheese' ) : foo ? getFooBar(foo) : setAndGetBar(foo); This...
And how to recover from it · There is one thing in TypeScript that will undermine all your work and sabotage every benefit you might get from TypeScript....
A lot of people believe that programming is about formulating a set of instructions for a computer. But once someone has been programming for a while,...
First published in 2017 Every programmer brings two selves to each coding problem or even each line of code, and only one of you can win. The sooner...