User:Jeroen De Dauw/Static: The S in STUPID/1

From semantic-mediawiki.org

The S in STUPID

public function doStuff() {
    // ...

    Logger::log( 'doing stuff during caturday is madness' );

    // ...

    DataStore::saveObject( $object );

    // ...
}
  • What are the problems with this code?