Skip to content

Instantly share code, notes, and snippets.

@robinvanderknaap
Created July 9, 2017 09:01
class CoupledObject
{
public void DoSomething()
{
Logger logger = new Logger();
// Do something...
logger.log("Log this!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment