Bye TypeScript 👋 Great for big teams but it's slowing me down when working solo or with 1-2 friends Going back full JS

Apr 18, 2024 · 11:25 AM UTC

364
56
99
1,570
oops what did I just start?
6
1
29
Join my NL if you want to learn how to ship fast and get startup growth tips 👇 tibo.beehiiv.com/
2
1
7
Replying to @tibo_maker
Even if it slows down a little bit, it’s super useful when doing many different projects and you need to go back after a while. It allows you to remove those types from your mind while JS forces you to know everything by heart or figuring it out by testing.
4
2
215
Maybe true yes
2
10
Replying to @tibo_maker
Shitstorm incoming! :D
2
26
Hope I didn't start a war
6
11
Replying to @tibo_maker
Just got this ad below your post 😂 "This mistake cost him his career."
1
30
noooooo 🤣
3
Replying to @tibo_maker
skill issue
20
16
4
1,124
Replying to @tibo_maker
Which bits felt particularly frustrating?
11
82
Replying to @tibo_maker
You just want those sweet Elon dollars with a tweet like this 😂
21
Replying to @tibo_maker
slows u down the first two weeks, then it slowly reverses as you add shit
14
Replying to @tibo_maker
top 10 anime clickbaits
9
Replying to @tibo_maker
Why not just use any?
3
5
Replying to @tibo_maker
I prefer having it but put “any” in many place when I don’t want to have to think of my types. Then I sanitize if the part stay :) That keep you the good typing and the help from external libs :) But I get your point
5
Replying to @tibo_maker
I'm going back to jQuery 😅
1
3
Replying to @tibo_maker
I like TS but I respect your right to choose what works best for you!
3
Replying to @tibo_maker
Welcome 🤝
3
Replying to @tibo_maker
Exactly what I’ve thought
2
Replying to @tibo_maker
Why not use any and when you want to formalize components that work well then add the interface Can move fast and have documented components at the same time
2
Replying to @tibo_maker
I feel strongly about TS. It’s sort of a slow ROI at first but ramps up quickly. Not having to worry about unexpected type errors in later iterations of a build is a huge time savings. You know exactly what to expect.
2
Replying to @tibo_maker
skill issue tbh
1
Replying to @tibo_maker
Welcome back 🤝🏻
1
Replying to @tibo_maker
😮😮😮 What a twist!
1
Replying to @tibo_maker
bug luck! 😹
1
Replying to @tibo_maker
Skill issue
Replying to @tibo_maker
i'm all JS as well, don't understand why people are waiting on their compiles of it to finish all day. also switched to deno recently, definitely happier. it's more fun and i can do single file stuff, dont need to mess with configs or .json files of any kind
Replying to @tibo_maker
Skill issue
Replying to @tibo_maker
You better have a Soundcloud
Replying to @tibo_maker
honestly yeah
Replying to @tibo_maker
It’s like a daily baby asprin for projects you’re not active in on a frequent basis. Not gonna prevent a heart attack, but it does give a little more peace of mind when you open up your editor and the types keep you from doing some dumb shit in the first ten minutes.