4
votes
Would you consider this a singleton/singleton pattern?
I'm not a .NET person so I'll refrain from commenting on this, except for this part:
Would you say its bad practice like a true singleton.
True singlet …
2
votes
High-performance wiki-schema
Firstly (and out of curiosity) how does the current schema indicate what the current version is? Do you just have multiple 'WikiDocument' entries with the same DocumentTitle?
I'm also not c …
1
vote
Is there a particular naming convention for Java methods that throw exceptions?
If you need these methods differentiated, I'm sure you can do it in the naming without using a suffix or anything, which is (as others have pointed out) pretty ghastly.
Why have: …
