Community Page
- evand.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Apple has been trying tog et movie rental contrats solidifiied for a couple years now. The problem is with the distributors. Apple wants you to be able to watch your rented movie on your Mac/PC via...
- This philosophy reminds me of the agile programming maxim of "do the simplest thing that could possibly work, then iterate". The key thing is to remember that this not-quite-general...
- As far as I know, all you need to do is have two (or more) mail accounts on the phone to see that option when you compose a new message. If you have that and it's still not working, let me...
- How exactly did you get that to show up? Mine does not do that no matter what I've tried...
- You can get more information about Apple TV <a href="http://www.apple.com/appletv/">at Apple's web site</a>. In short, though, the Apple TV is a piece of equipment that...
evand.org
Evan DiBiase's blog
Brent Simmons just put a post up on his design philosophy for category methods, in which he presents the following rule:
If something is used just once, don’t make a category for it, just make it a static C function. Unless it’s big.
His reasoning is as follows:
Less code to maintain. (And, in this case, two fewer [...] ... Continue reading »
If something is used just once, don’t make a category for it, just make it a static C function. Unless it’s big.
His reasoning is as follows:
Less code to maintain. (And, in this case, two fewer [...] ... Continue reading »
9 months ago