How much of the code you write is actually written by you in your programs?
Posted: Mon Mar 23, 2009 5:09 am
Not a lot of my codes are original since I just copy textbooks, online resoures, etc and just modiy the sizes, name of the components to my componets and buttons names, etc.
I only come up with the ideas, modify the GUI, and find code that help me make the program.
Sometimes I just download people source files and edit it a little bit, and make it my own file.
I occassionally fix the data types to make their code more efficient like using Byte data type instead of integers to save memory space, but it does not make much or any difference on modern PC.
I only come up with the ideas, modify the GUI, and find code that help me make the program.
Sometimes I just download people source files and edit it a little bit, and make it my own file.
I occassionally fix the data types to make their code more efficient like using Byte data type instead of integers to save memory space, but it does not make much or any difference on modern PC.