JavaScript Developer’s Post

View organization page for JavaScript Developer, graphic

1,169,937 followers

  • No alternative text description for this image

  • No alternative text description for this image
Bagus Andreanto

Associate Software Engineer at Sprout Asia

1mo

/* eslint-disable @typescript-eslint/no-explicit-any */ 😂

Rihards Simanovics

Full Stack Web Developer & Founder at Griffin Web Studio

1mo

I try to avoid any as much as possible but there are times where a badly written API just breaks your arm and you are like "fiiiiiiiiine, I'll just manage edge cases when they prop up in sentry". Deploys... 20min later. "prod is down"..................

Kingsley Chimezie

Sr. Frontend Software Engineer

1mo

The problem is that a lot of developers don't understand why it's not good to use any - I was the same when I started. I stumbled across one video during my early learning that taught me well - by the end of the video, I said to myself "oooh that's why it's called TYPEscript". Once you get it, you'll never look back. Teaching type safety is very important, I've even seen too many component libraries that use it in sample code. There should be an emphasis on teaching why the use of any is bad practice in most cases.

Irfan wani

SDE | Mobile Application Developer | Web Developer | Bachelor's in Physics | Pursuing MCA at LPU.

1mo

I feel that just ruins why typescript should be used. Personally I like typescript and defining types, it just keeps everything clean, easier to debug code and helps to code faster.

Kevin P.

.NET Software Engineer

1mo

I don't understand the purpose of typescript. Why can't you use typeof and instanceof to insure type safety? Why is there a need for a third party library?

Everson Soares

Fullstack Developer | ReactJS | NextJS | NestJS | React Native | NodeJS | Typescript | Javascript | Angular | Ruby on Rails | Laravel

1mo

// @ts-ignore

Dominic Sylvester Peters

Lead Developer | Certified Full-Stack Engineer | Aspiring Leader

1mo

Something is better than nothing!

Tega Ogheneovo

CTO and Co-Founder | MSc in Computing | React, JavaScript, Java, PHP, AWS, and AI Agent Developer

1mo

The amount of any’s in my code is criminal🤕, i will refractor eventually

See more comments

To view or add a comment, sign in

Explore topics