You can heil one of those robot taxis
You can heil one of those robot taxis
I wish the federal government had a software team that made open source software that could be used by all the states.
My company for the longest time had two engineers they would give all the new projects to. They would rush through some prototype code as fast as they could then management would bring in a new team to take the project over. The code was always garbage and crammed into one place. I kept getting new projects and instead of starting from a nice clean slate we always had to build on that garbage. It sucked so bad.
It doesn’t pay a living wage so the people working there don’t give a shit about anything
They are probably blowing too hard. Classic mistake
That’s a good frog!
I called in sick today so I could skip all the meetings lol
Tests are just booby traps for the other engineers so they don’t break your code by mistake.
Oh crap he leaked your IP address then!!
I really liked it. I like the first way better but this one is good. The art style was a nice continuation of the original and it had some great practical effects. I love that it had most of the same people. The sound design was good and reminded me of the original. I liked that they explored more of the dead characters from the first one too.
To be fair they should just work most of their time from home on zoom and stay in their own states so they can be closer to their constituents. Going to DC is great and necessary but with modern technology they should be way closer to their constituents than they are. That’s just my opinion though and what do I know.
It depends on the city really. I find that some cities hotels are just a way better value but other time air b and b can be good. Like for cabins and beach houses for example.
Yeah but you know it exists lol how would someone just looking for the java run time know that openjdk exists to search for it?
It’s definitely an improvement to just being plain old dead
Yes you can but the little red squiggles show in your editor to warn you that it’s unused code. That’s what the whole post is about lol
Then it automatically imports the library for you too lol
How do you mean? You can’t type a word without using it in a word processor. Once the word is typed out it’s been used. Variables need to be declared then used so 2 separate steps.
I want the title of scrum master just because it sounds gross. Keep your dirty hands off my scrum!
That’s the life of a bean for ya
Yarn is a package manager. It lets you install libraries and run scripts for JavaScript.
If you need to add a library to your project you do something like ‘yarn add react’ for example. That would install react in your project.
If you write code that needed to be compiled or you wanted to minify it or change it in some way you can also use yarn to help.