clabe45

101
reputation

I am an amateur programmer who likes to write code in Java, JavaScript, and PHP mostly (with a little bit of Python). My largest project is a 3D open-world game that, so far, has procedural land generation, player perspective and movement. This project has not been made available to the public yet as it is not nearly finished.

I use this site mainly for my own self-centered interests, but when I mature programatically I hope I can help others.

function bar () {
    foo();
}
function foo() {
    bar();
}
// bar();  // don't do it