I’d appreciate the hbr or medium model of so many free uses and then you have to pay a minimal fee to use the platform
I’d appreciate the hbr or medium model of so many free uses and then you have to pay a minimal fee to use the platform
So you could generate lists of 1, 2, and 3 character code items rather than looking at index +1 or something.
What’s incoherent about the first one? Why is index bad beyond standards
In 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
}
Not 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?
Big same. Long feels complex until you go back later
JavaScript, TypeScript, and C# babyyyy
Index 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
Why 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
Iter works better than I for clarity
Using single character variable names is always bad practice
My 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
I can understand why you’d be concerned about lemmy falling victim to dead internet theory but I can assure you that we are all totally real and definitely not super advanced AI trying to steal your personal data.
Thunder has been my go-to. Not sure I could specify why beyond the fact that it just works
What do you like about it? Do you get stage fright?
80% is my burst capacity unless you’re gonna pay more than 4x my cost of living. 60% is my normal pace these days
President makes 400,000 a year for a min of 4 years (1,600,000) and a max of 8 years (3,200,000) so I’d probably ask for 5,000,000 a year for them to call the shots and an extra 1,000,000 for anything I don’t think will get me reelected.
4 years of 5mil nets me 20mil and 8 nets me 40mil. I stash that away in a moderate dividend spread and I’ll be just fine for the overwhelming majority of my life.
For some it helps them fall asleep. I had a friend in HS who would drink a monster before bed. I have a friend who currently only has coffee after 5pm to make sure they don’t fall asleep earlier. It’s anecdotal for sure but it works for them
The software industry would stall out, mass unemployment, dramatically more car crashes. Coffee, black and green tea, most soda, and some drugs would disappear from shelves and stores. Coffee shops would all close, you’d be able to get pretty much just water with your big Mac, midol takers would be furious and in pain, ADHD people would have to try harder to fall asleep. For lack of a better term, there would be a rubber band effect apocalypse while the shadow markets got set up and supplies
You build workspaces with vscode but the real magic is you never have to switch to visual studio or spend time configuring plugins for a new workspace each time you start a new project