What's your biggest weakness or the area that needs most improvement? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 6

What's your biggest weakness or the area that needs most improvement?

NOTE: I'm not talking about separate languages, but general programming. Which area do you lack the most skills or knowledge? For example, algorithms, loops, program structure, design, bug solving, etc. Mine is definitely UNIT TESTING. I know how important it is and I try to remember to do it regularly, but I still always forget. The problem isn't that i don't know how (though it of course depends on the language and technology), but I just don't use it to my advantage enough. Sure it's time consuming, but especially with huge projects it saves you a lot of headaches when you can catch problems early and run tests regularly. It would be especially beneficial with Django as well as backends created with ES6 / Node.js (I use Mocha for that). Am I the only one?

11th Jun 2017, 11:33 PM
Taija
Taija - avatar
3 ответов
+ 7
Graphics Debugging...this is totally new for me as I never tried that in previous versions of Visual Studio. I think I'm starting to get better at it. It's cool to capture frames and be able to analyze the pixel/vertex shader code directly as the frames are rendered.
11th Jun 2017, 11:18 PM
Karl T.
Karl T. - avatar
+ 5
As a self-taught coder, motivation is where I often lack, but putting myself on a schedule is helpful.
11th Jun 2017, 11:40 PM
Tim
+ 3
I've tried oop many time from many source but I didn't understand the concept. in php way I understand something about oop php I can run a code and sometimes its show me the expected results, many time error. actually my aim is to be a js ninja but the object is a reason.
11th Jun 2017, 11:04 PM
Hasan Misbah
Hasan Misbah - avatar