Protip to avoid this next time
Stop using
if (!bool) {
Instead
If (bool == false) {
Looks super weird at first, but it makes reading your code so much easier. I find I consistently overlook a “!”. But it’s impossible to ignore “== false”
Protip to avoid this next time
Stop using
if (!bool) {
Instead
If (bool == false) {
Looks super weird at first, but it makes reading your code so much easier. I find I consistently overlook a “!”. But it’s impossible to ignore “== false”
$1
Tips appreciated! Bank accounts getting low after being laid off from twitter lol
https://nickdobos.gumroad.com/l/gptAndM
$1
Tips appreciated! Bank accounts getting low after being laid off from twitter lol
https://nickdobos.gumroad.com/l/gptAndM
Good
But a lot of tech ppl vastly overestimate how much effort most ppl want to put into apps
a huge % of twitter users didn’t know you could change the algo w/the sparkle button. Hence the “for you” rename + pinned UI swipe change
Good
But a lot of tech ppl vastly overestimate how much effort most ppl want to put into apps
a huge % of twitter users didn’t know you could change the algo w/the sparkle button. Hence the “for you” rename + pinned UI swipe change