Refactor to_matrix() #3

Closed
opened 2023-11-25 07:22:30 +01:00 by Koa · 1 comment
Owner

Consider refactoring this function to implement (or remove processes due to) already existing array methods.

For example, with regards to array.slice(), either:

  • Implement its use within the function with the variable aStart.
  • Remove aStart because if one wants to add an array slice, they can just slice it beforehand.
Consider refactoring this function to implement (or remove processes due to) already existing array methods. For example, with regards to `array.slice()`, either: - Implement its use within the function with the variable `aStart`. - Remove `aStart` because if one wants to add an array slice, they can just slice it beforehand.
Koa changed reference from master to dev/to_matrix 2023-11-25 07:40:57 +01:00
Author
Owner

Reworked and merged into master in 4c02fc19d2.

Reworked and merged into master in 4c02fc19d2e32ec5d23c68e17bc91a48d7f031a7.
Koa closed this issue 2023-11-29 10:18:42 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
Koa/godot_lib#3
No description provided.