Antman writes software

Antman writes software

Follow
homeAbout mebadgesnewsletter
Tag

work

#work

More content

Read more stories on Hashnode


Articles with this tag

Why Teaching is The Only Way to Write Better Code

May 22, 202111 min read

return !!someVar ? ( someArr.length ? someArr[0].someProperty : somethingElse || 'cheese' ) : foo ? getFooBar(foo) : setAndGetBar(foo); This...

Why Teaching is The Only Way to Write Better Code