Monday, October 29, 2018

THE SQLITE CODE OF CONDUCT

I'm not sure how to credit an unknown author at slashdot who wrote further on the new code of conduct published by the SQLite creator. The new code of conduct is simply the Rule of Saint Benedict. The question of the mob was if the new CoC was a joke of some kind or a doink to the SJWs. I'm willing to take the man at his word. He looked far and wide for a good code that one can live and work by and rather than invent something new (he already did that) he adopted something very old that has stood the test of time better than just about anything in this world made by man.

by dmb ( 2434720 ) on Monday October 22, 2018 @09:23PM (#57521219)
Actually if you drop out the parts related to the practice of religion its a pretty good code of conduct for software development.
2 Love your neighbor as yourself. [ex test before commit]
3 You are not to kill, [ex crash your customers]
4 not to commit adultery; [ex don't f with your users]
5 you are not to steal [ex respect the software license]
6 nor to covet; [ex don't add a feature just because its in the commercial app you are cloning]
7 you are not to bear false witness. [ex admit it came from source forge]
8 You must honor everyone, [ex conform to the coding standard]
9 and never do to another what you do not want done to yourself. [ex replace tabs/spaces]
11 discipline your body; [ex proper ergonomics[
12 do not pamper yourself, [ex sorry, you only get one 4K monitor]
13 but love fasting. [ex sorry, only a midrange GPU]
14 You must relieve the lot of the poor, [ex contribute to open source]
15 clothe the naked, [ex comment your code]
16 visit the sick, [ex fix your bugs rather than just make them scrum tasks]
17 and bury the dead. [ex remove the dead code]
18 Go to help the troubled [ex when someone is stuck on a bug be their second set of eyes]
19 and console the sorrowing. [ex let the fanboy's PC dual boot]
20 Your way of acting should be different from the world’s way; [ex cross platform is not all the MS windows variations]
22 You are not to act in anger [ex sorry, you can't tell customers to RTFM]*
23 or nurse a grudge. [ex desktop Linux, get over it]
24 Rid your heart of all deceit. [ex stop telling people they will like emacs after a little while]
25 Never give a hollow greeting of peace [ex "why yes my core code will be cross platforms"]
26 or turn away when someone needs your love. [ex Target the Android platform too]
27 Bind yourself to no oath lest it prove false, [ex "I swear I tested all my changes"]
28 but speak the truth with heart and tongue. [ex run the regression test]
29 Do not repay one bad turn with another. [ex recommend perl because someone recommended it to you]
30 Do not injure anyone, but bear injuries patiently. [ex re-run all tests after the merge but before the commit]
31 Love your enemies. [ex Target the Windows platform too]
32 If people curse you, do not curse them back but bless them instead. [ex No flamewars on the dev thread]
33 Endure persecution for the sake of justice. [ex drink the company coffee rather than leave for starbucks when getting behind on things]
34 You must not be proud, [ex fix bugs outside your niche in the codebase]
35 nor be given to wine. [ex just dual boot or run a real emulator]
36 Refrain from too much eating [ex use CPU and RAM responsibly]
37 or sleeping, [ex don't make your code slow so you can use the currently hyped programming language]
38 and from laziness. [ex don't try to apply your favorite programming language to everything]
39 Do not grumble [ex Don't bitch in comments]
40 or speak ill of others. [ex Your preferred operating system is not always the best choice]
43 Be certain that the evil you commit is always your own and yours to acknowledge. [ex commit changes only under your login]
44 Live in fear of judgment day [ex launch day]
45 and have a great horror of hell. [ex developer will have to do customer support immediately after launch]
*RTFM means

I think it is a brilliant summation of the Rule as applied to software development and no doubt similar expansions can be found for just about any work shared by a group. It's also not a bad way to roll on the intertubes when you share time and attention with others.

Other rules certainly applied in different circumstances. As I recall we made no effort to avoid discussing politics and religion and there wasn't much point on the first ship, or the second or the third or the fourth, for discussion of the 3rd topic....... Perhaps the rules have changed.

No comments: