Here's how I understand FoundationKit (as opposed to PSFoundation)
- Try to use as little magic as possible and be as clear as possible
- No premature optimization
- Be friendly to people that want to copy and paste stuff into their own source
@eaigner added the NK_INLINE macro to NKShorthands.h. (See 4d82e11) I think that runs opposite to these rules.
What does everyone think?
- Are those rules good or bad?
- Is
NK_INLINE good or bad?
Here's how I understand FoundationKit (as opposed to PSFoundation)
@eaigner added the
NK_INLINEmacro to NKShorthands.h. (See 4d82e11) I think that runs opposite to these rules.What does everyone think?
NK_INLINEgood or bad?