Open nixta opened 7 years ago
Agreed. It can get painful at times. I think there is value as a teaching tool to keep the files super-simple, but I also know I've taken it too far at times. There are some extensions I could definitely roll into the main class file. Let me tackle this in a branch.
From @mhdostal:
There are a lot of
extension
files with only a few methods in them. I think it would be more efficient and readable if the extensions were included in the main class file, separated by a//MARK:
comment to keep things organized.