I pretty much only use includes, I found import confusing
So do I ;) Hence this is the third NOOB Import thread I have started. However, if you are putting one type per file (which seems a good Idea), then when you are testing/writting an extended type you want to "Include" the base type, (and I at least want superstrict). The problem with this is that in the main file you cannot now include the extended type because 1) Dupplicate includes. 2) At least 2 Superstricts.
Honestly although its a pain, cos its not in my opinion as intuitive as Include, import works really well. And I dont now have to edit out all the superstricts and includes in my newly converted to import files.
lazyness = Blide + Framework Assistant
I love FA, the problem is tho that FA will not tell me which of
my files/mods I need to Import. And more importantly in this situation I know that I am Importing the same file twice, but its staying like that because its easyer to edit individual files if I leave the multiple imports in, (Which if you see above I couldnt do with Includes). I just wanted to be sure that I wasnt giving mysefl an unnessesary overhead.
not use FA until your program is going to be shared
I hear you.