9

Who else thinks commit messages in lower case look more neat?

Comments
  • 6
    yeah.. but its wrong.. but it looks cleaner.. but its wrong *repeat*

    Only if you use bullet points though..

    - this looks better
    - Than this

    But this looks better

    than this
  • 5
    Depends...

    English - yes.

    Mother tongue / german - no.

    Generally I like commit messages where grammar and spelling is right and you don't need a slang translator and / or dictionary.

    some negative examples:
    impl feature HSC EX
    - translation: implemented hs-code export feature

    moar bugs ded
    - spanked an apprentice for this, guess he'll never do it again (just no)
  • 2
    Yes, but I try to avoid doing so, because it's incorrect.
  • 0
    @IntrusionCM German was the reason they came up with camel case..

    WHY should all nouns be upper case? why.... its just a random rule without any benefit to it..
  • 2
    @just8littleBit

    Uppercasing nouns has a lot of benefits, especially when a lot of nouns and non-nouns have the exact same spelling.
  • 0
    @kescherRant yeah but no..
    thats what context is for..
    Spinne or spinne is very clear if you read it in a sentence.

    just my opinion though, all languages have their edges. i tend to prefer the english way of using upper/lower case.

    Titles for example, the case adds something to it.
    "You suck" is not as serious as "You Suck". thats not possible im german because it would be against the rules....
  • 1
    @just8littleBit
    In German, you could easily make that a "Du bist scheiße" or "Du bist Scheiße", both of which would be grammatically correct insults.
  • 1
    @just8littleBit I guess it because it's been like this since the 17th century (not 100 % sure).

    You could ask the same for eg. the imperial system.... It has no value, but has been around for a long time, so some countries still refuse to adopt.
  • 1
    @IntrusionCM
    well well well.. there's a difference.

    german js a nice language and can express stuff in ways hardly any other language can. but english is easier, more natural and hast some serious logic to it (in some perspectives).

    but if we talk about metric and imperial..
    Imperial is 100% stupid, illogical and confusing whereas metric is 100% logical, convertible and easy to understand..

    I follow this youtube channel about whiskey and that guy actually mixed them up like: : "So, we pour 2 ounces of whiskey and add 10ml of water"
    I'm still not over it..
  • 0
    @just8littleBit I was talking about the upper -/ lower case rules or "Groß- und Kleinschreibung" in german, which became a thing around the 17th century. NOT the german language per se. Big difference ;)

    And yes. The imperial system is Like Trumpi Dumpi. It makes no sense but exists. And is legal.
  • 1
    @IntrusionCM
    after our > 2 comment conversation about language I thought we dived into that topic..

    Mein Fehler;)
  • 1
    @IntrusionCM And in my defense I'm drunk so I dont get what's going kn anyway☺️
  • 2
    @just8littleBit i love the German language and it's dialects....

    Knorke!
    Heilig's Blechle!
    Ei verbibbsch!
    Löppt!
    Schleich di!
    Firlefanz!
    ...
    There are many many more...
  • 1
    @IntrusionCM yeah, my mothers side lives in NRW..

    Datt is wo ich wech komm..
  • 1
    @just8littleBit Ey du Arsch :)

    (komme aussm Pott... Was sonst.... XD)
  • 0
    @IntrusionCM Auf kohle geboren..

    havent lived there in over 20 years though.

    you sound like you're from the south?
  • 2
    @just8littleBit I'm traveling a lot... Have friends all over germany.

    I love language (and hate math). So... I can speak or at least know some of the words of nearly every country in german.

    It can happen that I speak in one sentence several languages. According to friends, me being angry results in cursing in several languages (french, english, polnish, klingon...). It can be annoying as fuck as I mostly don't realize it.
  • 0
    @IntrusionCM multi platform so.. nice.
  • 3
    I actually like to have questions in my commits.

    "Is this correct?"

    "Should this be like this?"

    "Does this work?"

    I think this way it's more exciting to the guy pulling the commit.

    Sometimes it's also good to comment how things really are:

    "Made updates"

    "Changes"

    "<just put date here>"

    And remember, if you changed some file, you don't just overwrite the old one. You add version numbering to the file name:

    main.cpp

    main_v2.cpp

    main_tmp.cpp

    main_old.cpp

    main.cpp3

    main4.cpp

    mainVersion5.cpp

    "main new version.cpp" (<-Windows guy!)
  • 1
    You put actual messsges in commits?
Add Comment