#swDevTermOfTheDay The #IOSP (Integration Operation Segregation Principle) requires to separate operations (e.g. control flow, calculations or IO) or integrations (calls to functions of the same code base), but not both. This leads to short and easily testable functions.