2 days? No it should be that if the employee is able to wfh they should be able to.
- 0 Posts
- 43 Comments
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?1·2 years agoSo you could generate lists of 1, 2, and 3 character code items rather than looking at index +1 or something.
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?1·2 years agoWhat’s incoherent about the first one? Why is index bad beyond standards
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?2·2 years agoIn what world is
for (int index = 0; index < objectToIterate; index++) { // DO YO THANG }
less coherent than
for (int i; i < objectToIterate; i++) { // DO YO THANG }
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?2·2 years agoNot that I’m aware of but that’s a condition where you’re thinking with an index. What’s the difference you’re looking for?
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?1·2 years agoJavaScript, TypeScript, and C# babyyyy
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?5·2 years agoIndex can be useful but start looking for mapping and sorting functions. Or foreach. If you really must index, sure go use index or I if it’s conventionally understood. But reading something like for I in e where p == r.status is really taxing to make sense of
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?6·2 years agoWhy though? Intellisense helps you write out the full name. And instead of response why not call it whatever the data you’re expecting to be
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?31·2 years agoIter works better than I for clarity
hellishharlot@programming.devto Programming@programming.dev•What are your programming hot takes?272·2 years agoUsing single character variable names is always bad practice
hellishharlot@programming.devto Programming@programming.dev•Why Linux is better for (most) developers!7·2 years agoMy company and literally every company I’ve worked for somehow has been deeply afraid of leaving .NET framework for .NET core or .NET 6, 7, or 8.
I just want to get away from needing Windows to run my programs locally
hellishharlot@programming.devto Apple@lemmy.world•Base model iPhone colors rumored to have leaked5·2 years agoPurple, pink, cream, and LaCroix purple
hellishharlot@programming.devto Programmer Humor@lemmy.ml•Today i installed arch linux for the first time2·2 years agoFirmly in camp conservative (yikes) Fav OS: Fedora Fav browser: Firefox Fav apps: Thunder and Element and technically feeder but only because I haven’t had the energy to write my own rss feed consumer nervously in dart/flutter
I’m in the process of putting together my own next cloud and moving to proton mail. After that I’ll be able to install bridges from a self hosted matrix to discord for people and teams for work. I use edge, outlook, and teams on my work computer but it occasionally connects to my home network so at some point I’ll probably put it on an isolated vlan.
Yeah I think that makes CSS a manager. It’s always prioritizing not important things
But the stories and epics too
hellishharlot@programming.devto Programmer Humor@lemmy.ml•Programers when reviewing code2·2 years ago- Jeffery wtf is this?
- ok so why didn’t we remove this from the codebase!?
- define the variable please I’m begging for just a smidge of readability!!! … Oh that’s actually remarkably clever
Looks like AMC
hellishharlot@programming.devto Programmer Humor@programming.dev•Sometimes there is a better choice than Javascript1·2 years agoJust typescript at that point
In truly flexible work cultures, teams chose their working style as a group. If that means y’all pick 2 days a week to voluntarily commute, go for it. Me on my team of 1 will absolutely not be going in to collaborate. Even 100% of unscheduled discussions happen asynchronously