Friday, April 26, 2024 Text is available under the CC BY-SA 3.0 licence.

Ryan C. Gordon

« All quotes from this author
 

I find if you're targeting Windows, Linux, and Mac OS X right from the start, your code will probably work anywhere else that you might try it later... Writing code that is cross-platform from the start requires more discipline, but I find it is worth the effort.
--
Quoted in Luboš Doležel, "Interview: Ryan C. Gordon" AbcLinuxu.cz (2011-03-08)

 
Ryan C. Gordon

» Ryan C. Gordon - all quotes »



Tags: Ryan C. Gordon Quotes, Authors starting by G


Similar quotes

 

You see, some people have a talent for programming. At ten to thirteen years old, typically, they're fascinated, and if they use a program, they want to know: “How does it do this?” But when they ask the teacher, if it's proprietary, the teacher has to say: “I'm sorry, it's a secret, we can't find out.” Which means education is forbidden. A proprietary program is the enemy of the spirit of education. It's knowledge withheld, so it should not be tolerated in a school, even though there may be plenty of people in the school who don't care about programming, don't want to learn this. Still, because it's the enemy of the spirit of education, it shouldn't be there in the school.
But if the program is free, the teacher can explain what he knows, and then give out copies of the source code, saying: “Read it and you'll understand everything.” And those who are really fascinated, they will read it! And this gives them an opportunity to start to learn how to be good programmers.
To learn to be a good programmer, you'll need to recognize that certain ways of writing code, even if they make sense to you and they are correct, they're not good because other people will have trouble understanding them. Good code is clear code that others will have an easy time working on when they need to make further changes.
How do you learn to write good clear code? You do it by reading lots of code, and writing lots of code. Well, only free software offers the chance to read the code of large programs that we really use. And then you have to write lots of code, which means you have to write changes in large programs.
How do you learn to write good code for the large programs? You have to start small, which does not mean small program, oh no! The challenges of the code for large programs don't even begin to appear in small programs. So the way you start small at writing code for large programs is by writing small changes in large programs. And only free software gives you the chance to do that.

 
Richard M. Stallman
 

… even if the Hurd didn't depend on Linux code (and as far as I know, it does, but since I think they have their design heads firmly up their *sses anyway with that whole microkernel thing, I've never felt it was worth my time even looking at their code), I don't believe a religiously motivated development community can ever generate as good code except by pure chance.

 
Linus Torvalds
 

The biggest challenges, technically, are 3D graphics and Networking. Network interoperability between Linux and Windows will rarely happen, because companies often use the proprietary Directplay library which cannot be ported over to Linux. We have created a multiplatform alternative, called Grapple, and we hope that over time, some Windows developers may pick this up to use in their titles, allowing cross platform multiplayer.

 
Michael (software developer) Simms
 

"The promise of eternal life is a threat unless you get to start over. The mythmakers knew that. They weren't dummies, man. ... They were the ones who invented rhyme and meter—the programming language for human memory in preliterary civilizations. It was a cultural checksum—a mnemonic device. You couldn't f**k with the code or the rhymes didn't work; and if the rhymes didn't work, people noticed. And so the knowledge of a people was passed down intact. It was a shamanic code. If you f**ked with the code, then society lost its collective mind. Smell me?"

 
Daniel Suarez
 

We turned 3 different teams of code programmers loose on the code bases of AIX, Unix and Linux. And they came back with - independently - we had the three teams - one was a set of high-end mathematicians, rocket scientist, modeling type guys. Another team was based on standard programmer types. A third team were really spiffy on agent technology and how all of this technology was built in the first place. So the three teams came back independently and validated that there wasn't just a little bit of code showing up inside of Linux from our Unix intellectual property base. There was actually a mountain of code showing up in there.

 
Darl McBride
© 2009–2013Quotes Privacy Policy | Contact