This section presents the order in which a file should be organized
| # | Element | Description |
|---|---|---|
| 1 | Initial Comment | //////////////////////////////////////////////////////////////////////////////// // // Nightspade Studio // Copyright 2010 Nightspade Multi Kreasi // Product Name // //////////////////////////////////////////////////////////////////////////////// |
| 2 | Package Definition | |
| 3 | Import statement | Import statements Use fully qualified imports
|
| 4 | Metadata | [SWF] or [Embed] |
| 5 | Class or Interface definition | |
| 6 | Static Variable |
- const - Others public static |
| 7 | Instance Variable |
- const - Others public static |
| 8 | Constructor | |
| 9 | Getters and Setters | |
| 10 | Methods | Grouped by functionality then by alphabet |

Recent Comments