Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objective approach in possibly everything. #167

Open
Almas-Ali opened this issue Jun 8, 2024 · 0 comments
Open

Objective approach in possibly everything. #167

Almas-Ali opened this issue Jun 8, 2024 · 0 comments
Labels
Data Type Internal data type. enhancement New feature or request OOP Object Oriented Programming

Comments

@Almas-Ali
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, we can do things like this.

var arr = []
arr_push(arr, ...)
arr_len(arr)
...

But, we need objective way.

var arr = []
arr.append(1)
arr.pop()
...

This feature will be applicable for every datatypes like String, Number, Boolean etc. possibly in everything.

Describe the solution you'd like
My idea is like we have built-in classes for String and some other. If we can return something like this without node or just manipulate node for this behavior.

Describe alternatives you've considered
Any alternative approach is welcome.

Additional context
This will reduce our development time.

@Almas-Ali Almas-Ali added enhancement New feature or request OOP Object Oriented Programming Data Type Internal data type. labels Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Type Internal data type. enhancement New feature or request OOP Object Oriented Programming
Projects
None yet
Development

No branches or pull requests

1 participant