• @[email protected]
    link
    fedilink
    134 months ago

    I am a programmer, and i also like the naming scheme on the right

    Especially for things like filenames

    • bitwolf
      link
      fedilink
      9
      edit-2
      4 months ago

      Also a programmer and think method names would be conducive using little endian.

      TopicGet()
      TopicCreate()
      TopicDelete()
      

      Writing this I realize we do this implicitly in some instances.

      http.Get() -> httpGet()
      http.Post() -> httpPost()