Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
azangru
on March 28, 2021
|
parent
|
context
|
favorite
| on:
FicusJS
> I think I want to stay away from build tools until I can’t
No typescript then, eh?
Sn0wCoder
on March 29, 2021
|
next
[–]
I use TypeScript everyday at work, and love it. No not a requirement for side projects. When they grow to something more change extension to .ts and go from there.
runarberg
on March 29, 2021
|
prev
[–]
You can always annotate your code with JSDoc comments and type check your code with `tsc --noEmit`, i.e. typescript without the build step.
eyelidlessness
on March 29, 2021
|
parent
[–]
No strict null checks is kinda a deal breaker tho
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
No typescript then, eh?