10 Signs of an Inexperienced Programmer and How Not to Be One

preview_player
Показать описание
Inexperienced programmers can be found globally in the field of software engineering, where many mistakenly perceive themselves as more senior than they truly are. This video will reveal 10 key signs that indicate a programmer's lack of experience.

🎓 Courses can be found:

👨‍💻 Hi, I am Eric!👨‍💻
Hey! I’m a seasoned developer and cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!

🙏 Support The Channel 🙏
If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍

PS: The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you.

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

0:35 They do not care about the user
1:02 Lack of planning
1:45 Spaghetti code
2:09 Overcomplicating solutions
2:40 Debugging and unit tests
3:10 Copying and pasting code
3:46 Neglecting best coding practices
4:30 Not using libraries
5:06 Understand the specific domain you're trying to get into
5:44 Not asking for help

insh
Автор

it is impossible to understand the problem fully without writing any code, unless it’s something simple or that you’ve done before

reactmagic
Автор

Completely disagree with the points of debugging and unit testing, it is 100% a personal preference. Most unit testing become irrelevant real fast. Debugging is an art - that is correct, but it can be done even without using a "Debugger" (this is the same as saying a developer that uses technology X is a bad developer, because he should use Y). Nice video overall, most of your points are correct, and I love that you mentioned the clean code book.

tkni
Автор

10 tips on how to better hide the fact that you're an inexperienced programmer

celestialowl
Автор

Clean Code is not really a great reccomend anymore. It tackles the task of decluttering a monolithic function by encouraging devs to break it into hundreds of micro functions with a single statement and maybe at most 3 operations each. There’s a fine balance. A 100 line function is fine if it’s all related code and isn’t repeated.

makeavoy
Автор

I think that reinventing the wheel is something that put your fundamentals on the next level, that's why we learn algorithms and data structures that are implemented in built-in functions, just to know what's the best choice at the moment, in terms of performance, and all that shit you know, I kinda disagree on that part of the video.

randomprocastinator
Автор

Most of these depend on the company or project.

sivuyilemagutywa
Автор

11: Has less than a decade of experience and decides to make a youtube channel pretending to be an expert?

sacredgeometry