Unless you’re in JS.
- 0 Posts
- 9 Comments
Everybody complaining about css like “but it doesn’t do what I want if to do without me investing a minute into why”.
Ironically, it’s oh so often the RTFM crowd.
I don’t see how it is a joke tbh. Thought that was one common interpretation of said law.
rooroo@feddit.orgto Programmer Humor@programming.dev•When anyone questions what I do at work all day131·4 months agoI’m what you describe: my technical skills aren’t top notch but I communicate well. But I don’t bullshit my way up any ladders, but try and do what I do best; that is, facilitate the communication between people who might not be able to communicate with each other.
Not many in my teams could put a finger on what exactly I did, but all agreed I was fairly valuable and things became worse when I left.
rooroo@feddit.orgto Programmer Humor@programming.dev•Curious why they tried to send a file from a windows machine via IMessage42·5 months agoWhat makes you think this index.html is more than a single <p>Hello World</p>?
rooroo@feddit.orgto Programmer Humor@programming.dev•I want a programming language that supports German style composite words1·5 months agoMakes sense but ugh
rooroo@feddit.orgto Programmer Humor@programming.dev•I want a programming language that supports German style composite words6·5 months agoAnd then why is Ganz in caps. I call cap on German C.
Even
git reset
can be undone by a lot of editors. At least IntelliJ has an excellent local history that works much like git. Sure it’s a pain if you touched several files but that’ll teach you to atomify your commits.Edit: Plus,
git reset
itself does nothing of note really, but I’m sure you know. Needs the—hard
flag to do any meaningful damage.
Naaah. Good programmers know how to use
as any as any
to make this work in typescript as well.