• bitwolf@lemmy.one
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      29 days 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()