Tech Nerd
8.4K subscribers
1.09K photos
194 videos
25 files
625 links
yeab | 21 | M | Developer | Dropout
https://portfolio-mine-livid.vercel.app

This is my Blog .. Feel free to join 👋
Download Telegram
#Advice

Don't compare your chapter 1 to someone else's chapter 20

@selfmadecoder
19❤‍🔥5
#advice

Programming insights and advice u should have ...

@selfmadecoder
24👍5
Wet vs Dry programmer
#advice

Okay, let's talk about the principle of dry and wet programming . I'm not referring to programming in a shower or a desert😁; I'm talking about an important concept in programming called "Don't Repeat Yourself" (DRY). Whether you're a beginner or have experience in the field, many people struggle to apply DRY.

So, let's define what a dry and wet programmer is. A wet programmer is someone who writes a program multiple times. If you find yourself repeating your code in different parts of your program, that's what we call "wet." On the other hand, a dry programmer is someone who avoids repeating themselves in their code. For projects or programs with lots of repetitive code, you write it once and use it everywhere. This not only saves time but also helps you write more efficient and faster programs.

@selfmadecoder
👍11🆒31