It doesn't feel like it's enterprise enough to be realistic. class TwoBaconRashersInsideTwoSlicesOfBreadFactory { /* Make a sandwich * * Construct a foodstuff consisting of two slices * of bread with two slices of bacon. * @return TwoBaconRashersInsideTwoSlicesOfBread a sandwich */ Public TwoBaconRashersInsideTwoSlicesOfBread getSandwich () { BaconRasherFactory pig = new BaconRasherFactory(); BaconRasherInstance baco…
There's a coffeeshop called java.update() in GTA V
41–50 of 80 posts
Re: There's a coffeeshop called java.update() in GTA V
#42I would just name it Java.update() and leave it there. These people are trying too hard. They probably turn off the average geeks (who find it too geeky); and the hard-core geeks just tear them apart with all of the semantic and syntactic errors.
Re: There's a coffeeshop called java.update() in GTA V
#43There's also a garbage collector running around. But if you shoot him, the whole game pauses.
Re: There's a coffeeshop called java.update() in GTA V
#44Re: There's a coffeeshop called java.update() in GTA V
#45If you're a developer and haven't played this game yet, I wholly encourage you to do so, just to witness the technical feat that this game is. There is a simply baffling level of detail and surely one of the most sophisticated open world engines ever conceived under the hood. It is stunning what the rockstar devs have pulled off here.
Re: There's a coffeeshop called java.update() in GTA V
#46Earlier quoted context omitted.
-bash: sudo make me a sandwich: command not found
sudo pacman -S make curl https://put.honkgong.info/ed8e3df8691ec7944a878cea595e00c363079504 > Makefile sudo make me a sandwich
Re: There's a coffeeshop called java.update() in GTA V
#47Earlier quoted context omitted.
-bash: sudo make me a sandwich: command not found
I'm surprised you don't have make installed. That's usually one of the first tools I install on any new system (if it's not included as part of the base install, like Arch does): sudo apt-get install build-essential Incidentally, the make error you'd get is amusing: make: *** No rule to make target `me'. Stop.
Re: There's a coffeeshop called java.update() in GTA V
#48Re: There's a coffeeshop called java.update() in GTA V
#49It doesn't feel like it's enterprise enough to be realistic. class TwoBaconRashersInsideTwoSlicesOfBreadFactory { /* Make a sandwich * * Construct a foodstuff consisting of two slices * of bread with two slices of bacon. * @return TwoBaconRashersInsideTwoSlicesOfBread a sandwich */ Public TwoBaconRashersInsideTwoSlicesOfBread getSandwich () { BaconRasherFactory pig = new BaconRasherFactory(); BaconRasherInstance baco…
Language bashing is what characterizes our industry. I have the dream that one day we will recognize languages as the tool they are and be mature enough to chose tools by utility and not by hype, hipness or pop culture and see there benefits and limitations.