Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boilerplate

Default Argument Value From Overridden Method (preventing Boilerplate)

I have a base class Base and two sub classes Foo and Bar. In Base I define a function with an optio… Read more Default Argument Value From Overridden Method (preventing Boilerplate)

How To Reduce Boilerplate When Initializating Classes From Jsons In Python 3.5?

I have a set of python webservices that work with data objects they get via a JSON POSTs. In my old… Read more How To Reduce Boilerplate When Initializating Classes From Jsons In Python 3.5?