- Jul 17, 2014
-
-
str4d authored
Talked with zzz and did more research, the overhead of Enum is minimal compared to the benefits it provides.
-
- Jul 16, 2014
-
-
str4d authored
-
str4d authored
-
str4d authored
-
str4d authored
Enums often require more than twice as much memory as static constants, and should be strictly avoided on Android. https://developer.android.com/training/articles/memory.html#Overhead The advantage of this change is that client library users can directly compare the status values they get from IRouterState to the constants, instead of parsing a string representation of an Enum.
-
- Jul 07, 2014
-
-
str4d authored
-
- Jun 27, 2014
-
-
str4d authored
-