Sometimes I get the feeling, that all a project manager wants is this API:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract class ProjectManager_DeveloperAPI { | |
def doit(task: Any): Any | |
def done_?(task: Any): Boolean | |
def how_long_?(task: Any): Double | |
def headless_chicken__mode(on: Boolean): Boolean | |
} |
Kommentare