yes. i rearranged some dependencies that were fairly easy to change and got a 50% decrease in build times. to do this systematically i proposed to rewrite the header files to separate the exported apis from all the internal declarations, so only the external headers need be included.
as it is now, if a class uses a crapload of other classes, but exports only a trivial interface, every other class that imports it also imports all the irrelevant crap. The effect in complex hierarchies is every class ends up importing everything. On Saturday, February 4, 2017 at 10:08:27 PM UTC-8, Shai Almog wrote: > > I was talking about the multiple header include theory > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/24090811-7d15-4d83-80d0-09cda16ba55d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
