In Cocoa, when should I use NSAssert, NSException, NSError? Here's what I've been thinking: NSAssert - When creating any client …
objective-c cocoa conventionsI can't find a Q/A on SO that answers my exact question, so I figure I'd post it and …
java android naming-conventions package conventionsI'm in the process of refactoring some logic built into a Rails application into middleware, and one annoyance I've run …
ruby-on-rails conventions rack middlewareIn pretty much all applications that have a menu bar, some of the items have an ellipsis (...) after them, and …
user-interface menu standards conventionsWell, in short, I may need to grab new SWT version instead of 3.3 we're using for now. The project now …
java maven swt conventionsIs there a Java convention for packaging enums? if not is there a best practice? Should I put them all …
java packages conventionsI was wondering if there is any best practices or conventions to structure your iOS projects? Thanks.
ios xcode naming-conventions directory-structure conventionsRuby offers two possibilities to cause an exception programmatically: raise and fail, both being Kernel methods. According to the documents, …
ruby exception coding-style conventionsWhat rules do you use to name your variables? Where are single letter vars allowed? How much info do you …
language-agnostic naming conventionsAre there any best practices that I should follow while writing a parser?
c++ parsing programming-languages conventions