RB01usa

View My GitHub Profile

View My BitBucket Profile

Welcome to Richard's Page.

I write alot of these:

        
public class ImportantServiceImpl implements ImportantService {
    public void doSomethingSuperImportant() {
      throw new UnsupportedOperationException();
    } 
} 
        

And some of these:

        
def cleverMethod: Int = throw new UnsupportedOperationException("Clever Method really?")
        
      

And very few of these:

          
class Base(object):
    def awesome_function(self):
        raise NotImplementedError
        
        

What do I do?

I work on various projects here and there.