Antman writes software

Antman writes software

Follow
homeAbout mebadgesnewsletter
Tag

team

#team

More content

Read more stories on Hashnode


Articles with this tag

Tech’s Surprisingly Bad Math in Team Design

Nov 27, 20227 min read

How often have you seen this happen: The business is anxious that the product team is not kicking enough goals. They want better business outcomes...

Tech’s Surprisingly Bad Math in Team Design

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