Code Quote by Ryan C. Gordon
“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.”
About This Quote
Source Interview: Game Development Talk, 2005
Writing code for multiple operating systems from the beginning ensures broader compatibility, though it demands extra discipline.
In simple terms: Cross‑platform coding early avoids later problems.
Invest in cross‑platform design early.
Themes
Mood
Type
When to use this quote
- game development
- open source projects
- enterprise software
- mobile apps
Key Concepts
Questions to Reflect On
- How can you balance early cross‑platform effort with project deadlines?
- What tools help maintain discipline across OS targets?
Requires more upfront planning and may increase initial development time.