Coding Style Police

Coding Style Police

од Aaron Spike -
Број на одговори: 4
I'm really not one to get all bent out of shape about spaces tabs and line endings. But I noticed that the merge conflict I got this morning was the largely the result of line endings changed to Dos style and spaces replaced by tabs in question/format/blackboard_6/format.php.

I quickly checked http://docs.moodle.org/en/Coding to see what was appropriate. There is mention of spaces in preference to tabs. But no mention that I can see of line ending preference.

That leaves me with two questions. What line endings are preferred in Moodle code (eg. in submitted patches)? And is there anybody enforcing these conventions and cleaning up the code periodically?

Let me be the first to say that there are probably more profitable uses of time than enforcing style policies. I ask only because I'm curious.
Просек на рејтинзи: -
Во одговорот до Aaron Spike

Re: Coding Style Police

од Martin Dougiamas -
Слика од Core developers Слика од Documentation writers Слика од Moodle HQ Слика од Particularly helpful Moodlers Слика од Plugin developers Слика од Testers
Unix format (it's point #3 in the coding guide)

We fix them when we find them - please file bugs in the tracker or notify the naughty author, thanks! (you can find the author via http://cvs.moodle.org for example)
Во одговорот до Martin Dougiamas

Re: Coding Style Police

од Tim Hunt -
Слика од Core developers Слика од Documentation writers Слика од Particularly helpful Moodlers Слика од Peer reviewers Слика од Plugin developers
I think you'll find that Howard checked it in, but it was some work done by someone in the community. There is a recent thread in the quiz forum. They are good improvements to the file, apart from the whitespace issues.
Во одговорот до Tim Hunt

Re: Coding Style Police

од Howard Miller -
Слика од Core developers Слика од Documentation writers Слика од Particularly helpful Moodlers Слика од Peer reviewers Слика од Plugin developers
Aaargh.... you got me!

I'll check next time. со јазикот надвор


.....and I'll sort it this time.