Changes between Version 22 and Version 23 of StudentTips
- Timestamp:
- 2012-09-21T19:25:18Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StudentTips
v22 v23 19 19 * Be open-minded. If you are designing a new subsystem or some sort of interface for HelenOS, it may be convenient to do it exactly how it is done in e.g. Linux. Please don't do that, especially not if the only reason would be because Linux does it that way. Remember that cloning a legacy system is not our goal. When evaluating approaches to a problem in other operating systems, use critical thinking and try to find problems of and ways to improve their solutions. 20 20 * Always use English for writing comments. 21 22 === Licensing considerations === 23 24 * Resist temptations to borrow code from GPL projects as most of the HelenOS code is BSD licensed and doing so would automatically switch some of its components to GPL. We don't want this, so don't do it. 21 25 22 26 === Testing ===