Logan Bailey

Adventures In Web Development

Blog, About, GitHub, and LinkedIn

When Convention Gets It Wrong

June 10th, 2016
Convention is a powerful tool, it allows programmers to make assumptions about how code will work. However, when choosing between self documenting code and convention, self documenting wins. Conventions make assumptions of the users prior experience, where as self documenting makes no assumptions.