I have a .swift file with notes about what to do in the project:
/*
v1.1: do this
v1.1.1: update this
v1.3: optimize this
*/
Its over 100 lines long and I think that there might be a better way to hold these types of notes. Does this in anyway reduce my compiling time or affect my project?