Clever Code is a Sign of Bad Code! #shorts

preview_player
Показать описание


👉 Checkout codedamn on social:

If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.

👋 About Me:
Hey! I'm Mehul Mohan, a CSE'21 graduate from BITS Pilani, Goa. I started coding early in life, at the age of 13 when I created my first blog on Blogger. I am listed in Google, Microsoft, Sony, eSet, etc. Hall of Fame for reporting vulnerabilities in their systems.

🍎 I am Apple's WWDC'19 Scholar - visited San Francisco and attended WWDC.

🚀 Currently working on my own startup - codedamn.

Connect with me:

🏷 Video Tags:
Clever Code is a Sign of Bad Code!
#shorts

Рекомендации по теме
Комментарии
Автор

Clever Code is usually good
The problem is showoff code

terra_creeper
Автор

Absolutely agree.
Some coders think it's better to compact lines of code into one line.

It's impressive....but what the heck does it do.

aussieraver
Автор

Just started coding so good code & bad code all feels great when it works 😂🙏🏻

Raj-izuz
Автор

In JS world, we just let the transpiler make our code mysterious 😎

MobiusCoin
Автор

This shouldn't be called a clever code. Clever is used in positive terms. You can simply call it unreadable code with meaningless variables or functions etc

beamer
Автор

sometimes, simple code is not scalable and results in code duplication. Plus mostly the code gets complicated due to design patterns. Instead, proper documentation of services and interface creation is the only solution.

amanagarwal
Автор

no man clever code is a way of marking your territory its an animal instinct, like saying this is my shit right here

JusticeNDOU
Автор

Nice. It needed to be said and you said it. Thanks

oladipupolawal
Автор

Hi Bro,
Really your content is too good.
Some additional points wanted to add:
--> Writing Unit Test should be appreciated. No worry later point, a unit test can be a good entry point to understand complex code for devs.
--> Reading every changeset on a weekly basis of your team's mates at a high level.
--> Taking part in POC's, collab with architects.
--> Taking full advantage of your IDE's for better debugging.
--> Be a Polyglot dev, to explore different programming paradigms (Highly influenced by Venkat Subramaniam Sir).
--> Following some good coding practices and conventions (prettier, stylecop etc).
--> Find a mentor that motivates and guides you.
...Lot more things 😊
-- “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler"

modernsanskari
Автор

So you're telling me using ternary operator is a bad thing?

soumyajitdey
Автор

Always prefer READABILITY over cleverness. The next poor programmer who will have to maintain that mysterious piece of code could be YOU.

AlessandroBottoni