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.
belliash added the
idea
label 2018-07-29 08:21:06 +02:00
belliash 자체적으로 할당됨 2018-07-31 10:10:41 +02:00
"로그인하여 이 대화에 참여"
마일스톤 없음
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: aerscript/Aer#29
No description provided.