다른 프로그래머 코드를 읽을 때, 그는 본 적이없는 형식을 사용합니다. EG
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
인정할 것이다 ...이 코드는 나를 화나게한다. 이 스타일을 달성하기는 어렵습니다. IDE에서 제공하는 기본 형식 인 Visual Studio와 싸워야합니다.
이 스타일에 대한 합당한 이유가 있음을 알면이 약을 조금 더 쉽게 삼킬 수 있습니다. 이 스타일은 다른 프로그래밍 언어 / IDE에서 비롯된 것입니까?