|
One other question I forgot to ask, I've read that writing code in-line is not a good idea for anything larger than 1-2 lines because of the obvious redundancy in trying to figure out what your data type is actually trying to encapsulate, and also because it will add increasing amounts of size to your *.exe as opposed to writing (scoped methods?) I think that's what they're called. Just wondering about it.
|