Tag Archives: OOP

Debug小技巧 – 为对象加入一个Object_ID Field

使用Random来作为Field内容, 并重写toString, 便于在debug时分辨出名称相同的对象, 如:
某类: Employee: [ AS实现]:
/**
* Constractor
*/
public function Employee(name_:String = nul

More…

Posted in 软件工程 | Tagged , | Leave a comment