1
Ask a Question / Re: What are the best places to train at bare code writing?
« on: March 12, 2014, 09:10:40 am »
I might start at http://www.codecademy.com/ doing the Javascript lessons. That would get you acclimated on the basics of programming in general, but also it should get you introduced with Object Oriented Programming.
Programming knowledge is very transferable in the sense that if you know OOP and the fundamentals of programming, they can be applied to many languages.
I'm not sure about what languages are used in the industry. When I was developing serious games at my previous job using the Gamebryo engine, we used C#/.NET although the engine itself was built in C++
My experiences would say C# would be an excellent language to learn at some point, but I would get oriented with the basics first before jumping into C#
Programming knowledge is very transferable in the sense that if you know OOP and the fundamentals of programming, they can be applied to many languages.
I'm not sure about what languages are used in the industry. When I was developing serious games at my previous job using the Gamebryo engine, we used C#/.NET although the engine itself was built in C++
My experiences would say C# would be an excellent language to learn at some point, but I would get oriented with the basics first before jumping into C#