blchelle/collabogreat

Fix Inconsistent use of primitive types

Closed this issue · 0 comments

For both the API and client, I have the tendency to mix and match primitive types and their object equivalents (ie: String and string).
From now on, I will exclusively use the primitive versions.

This ticket simply requires going through all the existing code and changing all instances of the Object versions and replacing them with their primitive equivalents, this can probably be achieved fairly easily with a search and replace.