#namingthingsishard — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #namingthingsishard, aggregated by home.social.
-
/I'm/ not doing an exhaustive deep dive into moss species names/nicknames, /you're/ doing an exhaustive deep dive into moss species names/nicknames!!! 😝
#Naming #NamingOfThings #NamingThingsIsHard #HardestProblemInComputerScience #Hostname #Hostnames #ComputerNames #E_TOOMANYHASHTAGS
-
/I'm/ not doing an exhaustive deep dive into moss species names/nicknames, /you're/ doing an exhaustive deep dive into moss species names/nicknames!!! 😝
#Naming #NamingOfThings #NamingThingsIsHard #HardestProblemInComputerScience #Hostname #Hostnames #ComputerNames #E_TOOMANYHASHTAGS
-
/I'm/ not doing an exhaustive deep dive into moss species names/nicknames, /you're/ doing an exhaustive deep dive into moss species names/nicknames!!! 😝
#Naming #NamingOfThings #NamingThingsIsHard #HardestProblemInComputerScience #Hostname #Hostnames #ComputerNames #E_TOOMANYHASHTAGS
-
/I'm/ not doing an exhaustive deep dive into moss species names/nicknames, /you're/ doing an exhaustive deep dive into moss species names/nicknames!!! 😝
#Naming #NamingOfThings #NamingThingsIsHard #HardestProblemInComputerScience #Hostname #Hostnames #ComputerNames #E_TOOMANYHASHTAGS
-
/I'm/ not doing an exhaustive deep dive into moss species names/nicknames, /you're/ doing an exhaustive deep dive into moss species names/nicknames!!! 😝
#Naming #NamingOfThings #NamingThingsIsHard #HardestProblemInComputerScience #Hostname #Hostnames #ComputerNames #E_TOOMANYHASHTAGS
-
@RueNahcMohr I give that 555 stars.
-
There's resistance against using the same name in a namespace and a type inside that namespace. Why? What is the actual problem with this code? Is the 'foo::foo' looking too much like a constructor definition (in that context)? Isn't it great how the call to 'bar' has a clear relation to 'foo'?
Why is it considered bad practice that shouldn't pass code review? -
I'm working on a new project which will be using Protocol Buffers for messaging between two systems. One of the message operations will be a ping/pong heartbeat, so that the two systems can know that the other system is operational.
In Protocol Buffers language, the ping message will be named PingRequest. What should the name of the pong message be?