Get rid of global keyword #29

已关闭
belliash2018-07-29 08:20:25 +02:00创建 · 0 评论
管理员

Aer is fully OOP language. All class attributes can be accessed by $this keyword or by scope resolution operator (::). It will be impossible to declare a function or variable in global scope, thus there is no need for global keyword. We can safely remove it from PH7 Engine.

Aer is fully OOP language. All class attributes can be accessed by __$this__ keyword or by scope resolution operator (__::__). It will be impossible to declare a function or variable in global scope, thus there is no need for __global__ keyword. We can safely remove it from PH7 Engine.
belliash2018-07-29 08:21:06 +02:00 添加了标签
idea
belliash2018-07-31 10:10:41 +02:00 指派给自己
belliash2018-07-31 15:26:04 +02:00 关闭此工单
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:aerscript/Aer#29
没有提供说明。