Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Best Practices and Coding Conventions for ActionScript 2.0 > Using comments in your code | |||
This section describes how to use comments in your code. Comments document the decisions you make in the code, answering both how and why. For example, you might describe a work-around in comments. Another developer would be able to find the related code easily for updating or fixing. And finally, the issue might be addressed in a future version of Flash or Flash Player, hence the work-around would no longer be necessary.
For more information on writing comments in your ActionScript code, see the following sections:
|
|
|
|