Nel leggere un altro codice programmatori, usa un formato che non ho mai visto. PER ESEMPIO
namespace MyNs.HereWeAre
{//tab here for some reason
public class SomeClass
{//here's another tab
public string Method()
{//yet another tab
string _variable = "";//no tab implementation
return _variable;
}
}//eof - class (Yes these eof comments are on every file)
}//eof - namespace
// eof - file
Lo ammetto ... questo codice mi fa arrabbiare. È difficile ottenere questo stile. È necessario combattere la formattazione predefinita fornita dall'IDE, Visual Studio.
Potrei ingoiare questa pillola un po 'più facilmente se sapessi che c'era una buona ragione per questo stile. Questo stile deriva da qualche altro linguaggio di programmazione / IDE?