Filter
Exclude
Time range
-
Near
Today’s dev lesson: While working on my project, I finally realized the big mistake I was making… I was calling setState() inside an - if condition 😵‍💫 No wonder my app was acting weird. One step closer to cleaner code! 💪 #ReactJS #DevLife #CodeMistakes #100DaysOfCode
4
96
14 Dec 2024
⚠️ **Watch Out for These Variable Mistakes!** Even pros make errors! Here are some common pitfalls: 1. **Not declaring variables:** Avoid using variables that weren’t declared. 2. **Reassigning constants:** Once set, `const` cannot be changed! 3. **Misnaming:** Typos lead to headaches! 🚨 *Have you ever made any of these mistakes? Let’s learn together!* #JavaScriptErrors #CodeMistakes #LearnToCode
3
8
Another programming lesson learned: if you give people the opportunity, they *will* put emojis in every input field. #codemistakes
1
6
31
I file all of mine under #codemistakes and somehow I'm really the only person using the tag!! come on, people! x.com/gesa/status/8558588525…

5
It took several days to see this mistake. I'm having fun here writing code and using basic 7th grade geometry. #codemistakes
2
10
I accidentally wrote a 20 line python script that consumed all 128GB of ram on this machine. oops. #codemistakes
2
2
16
how am I the only person really using this #codemistakes hashtag
2
love @ra's talk about highlighting failures for the benefit of students. if we can, we should all highlight our #codemistakes! #bangbangcon
2
5
6
@lindseybieda yep. I've thought about an account to post my #codemistakes and even my programming search history. to show newbies how it is.
3
event.preventPropagation(); // every. damn. time. #codemistakes
I wrote == when I meant != and my code deleted a cache and now I have to rebuild a dozen things. lol. #codemistakes
1
1
1
I specified the wrong order for memcpy and it took me hours to notice. #codemistakes
I always ALWAYS forget how to concatenate arrays in Python. concat, no. push, no. update?? no. It's self.extend() #codemistakes
1
How is #codemistakes an empty tag? What? Are we ~that~ infallible? We give the wrong impression of our skill and forget how art's our nature
3
I'm gonna post more of my #codemistakes for the sake of students. Here's me forgetting to specify a range step: oops
9
3
6