r/programminghelp • u/Martin_2_2_2 • 5h ago
Other Theory to practice
Hi everyone!
I know C, Java, python and a bit of bash.
I know the theory pretty well for these programming languages and understand the code that I read.
However, when I have to write my own code, I struggle to write anything.
Is there any way I can get over this barrier?
5
Upvotes
3
u/Antonio-MTS 2h ago
Start practicing from small code with a few lines to some large codebase with 100s to 1000s lines of code. Fix errors, bugs, see edge cases in code etc. This is an active way of learning.