Get rid of global keyword #29

Closed
opened 2018-07-29 08:20:25 +02:00 by belliash · 0 comments
Owner

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 self-assigned this 2018-07-31 10:10:41 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aerscript/Aer#29
No description provided.