can someone please explain to me why case-sensitive file-systems or code is a good idea?
why would having two files "file.txt" and "File.txt" be not just be a time-bomb?
why allow something like this?
var githubclient = new Client();
var githubClient = new Client();