0

Should I learn programming again?

I had months without code and now think that i have to learn everything again and learn programming the right way, because I think i have some bad knowledges and bad practices in coding. I don't like "modern" programming and always use C language in my programs and don't use any framework, not even jquery or bootstrap in my websites, so i think i have to change the way i see programming.

21st Jul 2018, 6:56 PM
Andres0b0100
Andres0b0100 - avatar
8 Answers
+ 1
being old school =/= being incorrect technically, anything can be done in any language, the only things you have to potentially do is shake some bad habits you may have and adapt to a few things. also, i recommend moving from C to C++, as C++ won't be that hard to learn if you know C, and knowledge in it is more valued. best of luck
21st Jul 2018, 7:38 PM
hinanawi
hinanawi - avatar
+ 1
This mean that you have not learned but simply memorized... Try to learn right doing much practice and dont "jump" a concept while you have not understanded
21st Jul 2018, 7:45 PM
KrOW
KrOW - avatar
+ 1
Andres0b0100 i said my opinion that depend hightly from your words... Anyway you have to practice and do it stimulating your interest... At example if do you like games, develop a simple one... Do you like socials? Make a app that connect to they.... Be curious, dont stop to function, if, else, for, while, pointer etc... Programming ITS MUCH MORE that these... If do you need some useful links, check here https://code.sololearn.com/WaVusr8J1KvK/?ref=app
21st Jul 2018, 11:10 PM
KrOW
KrOW - avatar
+ 1
Thanks
21st Jul 2018, 11:19 PM
Andres0b0100
Andres0b0100 - avatar
+ 1
👍👍👍
21st Jul 2018, 11:21 PM
KrOW
KrOW - avatar
0
KrOW kro then you think i should learn again? where can i find good free tutorials? i know the concepts of programming. i know what's a pointer, a class, a loop, recursion... but i don't know how i should use them
21st Jul 2018, 10:45 PM
Andres0b0100
Andres0b0100 - avatar
0
hinanawi yeah i know c++ and other languages, but i always use C for any type of program, and i think it's not a good practice, even in a program that need classes i prefer using a C struct and a set of functions to use with those struccts instead of using class methods
21st Jul 2018, 10:49 PM
Andres0b0100
Andres0b0100 - avatar
0
also i don't know what kind of projects can i do for practice, i search in google and some projects like small substring finders are too easy, and others are so hard
21st Jul 2018, 10:51 PM
Andres0b0100
Andres0b0100 - avatar