Thanks to a number of open source contributors, I released WP Audio Player 1.3 to the WordPress plugin repository. For one of the pull requests, I mentioned the following:
I always terminate my blocks with a closing comment. Please keep this in the file.
Travis Northcutt also asked me about it via Twitter:
@tommcfarlin curious about always terminating blocks with a closing comment – what's the rationale there?
— Travis Northcutt (@tnorthcutt) January 14, 2013
When it comes to writing code, I try hard to make sure that anything I do that’s outside of the normal coding conventions for a given platform has a rationale behind it.
Case in point: Ending my terminating braces with code comments.
