post lies about names

main
Rin 2024-02-09 14:17:02 +11:00
parent 01debc98cc
commit f152a62f2b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: "Lies Programmers Believe About Names" title: "Lies Programmers Believe About Names"
date: "2024-02-09T12:30:00+11:00" date: "2024-02-09T12:30:00+11:00"
draft: true draft: false
showSummary: true showSummary: true
summary: "Programmers tend to believe a lot of lies. Let's talk about some name-based ones." summary: "Programmers tend to believe a lot of lies. Let's talk about some name-based ones."
--- ---
@ -65,4 +65,4 @@ summary: "Programmers tend to believe a lot of lies. Let's talk about some name-
Now that you've read all that, if you ever find yourself dealing with user's names, there is unfortunately no good name/naming library we can point you at (unlike the date/time problem, which is mostly stable on most operating systems). Instead, try to keep these falsehoods in mind, and link them to people you know who are working with names. Now that you've read all that, if you ever find yourself dealing with user's names, there is unfortunately no good name/naming library we can point you at (unlike the date/time problem, which is mostly stable on most operating systems). Instead, try to keep these falsehoods in mind, and link them to people you know who are working with names.
> **(Tess)** As an exercise, see if you can figure out a counter-example to demonstrate each rule. It's good fun! :) > **(Tess)** As an exercise, see if you can figure out a counter-example to demonstrate each rule. It's good fun! :)