Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 20 and Version 21 of CodingConventions

Show
Ignore:
Author:
kris (IP: 67.127.184.27)
Timestamp:
01/28/07 09:20:40 (17 years ago)
Comment:

cleanup

Legend:

Unmodified
Added
Removed
Modified
  • CodingConventions

    v20 v21  
    55== General Considerations == 
    66 
    7  * All D source files must be saved with the .d extension, whereas D header files must be saved with the .di extension. Anything intended to reside in a library should represented by a .di file, not .d 
     7 * All D source files must be saved with the .d extension, whereas D header files must be saved with the .di extension. Anything intended to reside in a library should be represented by a .di file, not .d 
    88 
    99 * Make sure all D source files are saved in ASCII or UTF-8