Mixing tabs and white spaces in 2024 is categorically a you problem lmao
Furry artist and streamer 🦝 My site: https://malleyeno.com/
Mixing tabs and white spaces in 2024 is categorically a you problem lmao
I’m sorry that you’ve been mobbed for sharing this view. That’s shitty.
I feel like ableism, especially against people with intellectual and personality disability, is the one sphere where nobody seems to take the objections of the targeted group seriously, and simultaneously dismiss people speaking up for the targeted group for being “virtue signalers” or as whiners. So it’s like the only solution is to just not say anything.
(Tangential but I have similar feelings about people calling others narcissists and attacking them for it, though I don’t feel like that is going to change anytime soon. Still, if the person targeted is actually a narcissist, then I feel like it’s bad to attack them for a diagnosis and symptoms they have no control over. And if they aren’t actually a narcissist, then why further stigmatize people with narcissism? It’s more complicated than the r-slur since abuse by narcissists happens and victims shouldn’t feel restricted from sharing their experiences accurately, but similar in how it’s disproportionately used to disparage and nobody takes objections to that usage seriously.)
I thought thats what’s you’re supposed to do. Wrap the blade in the wax wrap it came in, then break it up by bending it in the wax before throwing it away in the trash (still in the wax).
I might be already exposing myself as an emacs user, but I think Lisp naming convention is pretty reasonable. I use it in other languages as far as their language rules allow me
if a variable or function is a predicate (as in if it tests if something is true or not), append p
or _p
/-p
variables and functions both have lisp case variable-name-here
. Sub for _
in languages that dont allow -
in names
unused or unexposed variables are prefixed _
.
top level packages get naming rights. So if I’m making cool-package
then variables or functions that are specific to it are cool-package-variable
(especially if it is exposed to other packages). cool-package/variable
is also good if allowed.
otherwise, separate namespaces with /
. So there’s main-function
and my/main-function
. If /
is reserved, then I assume the language has a way of segmenting namespaces already and just default to that since _
or -
would get ambiguous here.
See the rest here: https://github.com/bbatsov/emacs-lisp-style-guide
Generally speaking, you will be asked to swear or affirm that you are going to tell the truth, and that you understand the consequences of not telling the truth. Whether you do a whole ceremony about it or not, it doesn’t really matter – but the court will want to know that you are competent to testify truthfully and that you know that you’re not allowed to testify to things you know aren’t true.
If you’re asking “can you be forced to testify?”, the answer is “Yes but it depends.” If you’re competent to testify and the officers of the court deem your testimony important, they can subpoena your testimony. If you have a reason to contest it, you can – but “I don’t want to” isn’t good enough.
The rust compiler holds your hand, wraps you in blankets, makes you hot chocolate, kisses you on the forehead before it gently and politely points out what you did wrong and how you can solve it step-by-step. It would never think of something as heinous as swearing at you, shame on you for insulting my wife’s honour like this.