1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
Glowbal b489750d5b Minor optimizations using private, params, and isEqualType ()
* Optimizations with private, params, and isEqualType

* Fixed tab being used instead of space

* Fixed tabs inserted by notepad++

* More usage of new private syntax and params

- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax

* clean up and formatting
2016-09-04 16:44:22 +02:00
..
2015-01-12 19:22:58 +01:00
2015-03-25 06:32:08 +01:00
2015-01-12 19:22:58 +01:00
2015-03-24 20:28:44 +01:00
2015-01-12 22:34:01 +01:00
2016-02-24 15:08:54 +01:00
2015-01-26 13:35:31 +01:00
2015-01-12 19:22:58 +01:00
2016-08-13 15:44:48 +02:00
2016-02-28 07:25:11 +01:00
2016-08-09 18:28:42 +02:00
2016-08-09 18:28:42 +02:00
2016-02-22 15:20:36 +01:00

ace_common

Common functions and systems used by other components.

Maintainers

The people responsible for merging changes to this component or answering potential questions.