new preference war just dropped
new preference war just dropped
geteilt von: https://lemmit.online/post/3018791
This is an automated archive made by the Lemmit Bot.
The original was posted on /r/ProgrammerHumor by /u/polytopelover on 2024-05-26 21:23:20+00:00.
You're viewing a single thread.
I'm truly torn with this. The first one seems sensible (action -> target) and easier to read and reason about (especially with long names), while the other one looks more organized, naturally sortable and works great with any autocompletion system.
68 0 ReplyNot a programmer, but I'd prefer right naming convention because sorting
18 0 ReplyI am a programmer, and i also like the naming scheme on the right
Especially for things like filenames
13 0 ReplyAlso 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()
9 0 Reply
We need a new framework, one that allows universal lookup, and makes life easier
x = _.dialog.file.open y = _.open.file.dialog z = _.file.open.dialog a = _.file.dialog.open
Once done, the formatter simply changes everything to
_.open.file.dialog
Let's get this done JS peeps
\s
14 0 ReplyAahh you can't just make this problem object oriented!
C programmers don't like that.
8 0 ReplyInsert xkcd about 15th format
7 0 Reply