DEV Community

Discussion on: How old were you when you wrote your first line of code?

Collapse
 
brooklyndev profile image
Alex Friedman

12 QBasic. I wrote a program that would randomly draw lines of varying sizes and colors on screen. I also remember combing through the source code to the Gorillas game and just copying and pasting various snippets to try and figure out what they do. Fast forward 25 years, and I still find myself copying and pasting various snippets of code to try and figure out what they do πŸ˜†

Collapse
 
niorad profile image
Antonio Radovcic

Hehe did you also at some point just draw random points on the screen and discovered that it’s not really random?