The fact that most universities will graduate CS majors without ever teaching them how to use a debugger, build system, or version control system shows how useful they are to actual engineering work.
The fact that most universities will graduate CS majors without ever teaching them how to use a debugger, build system, or version control system shows how useful they are to actual engineering work.
This is brilliant. Definitely going to try this tomorrow.
Only if they are well-known in the language you’re using or domain you’re writing for. x
and y
are fine for coordinates. i
and j
are fine for loop indices. But abbreviating things unnecessarily is bad IMO. s = GetSession()
is too terse, for example.
I think you meant IAbstractBlahBlahManagerFactoryControlBeansHandlerFactoryFactory6ProxyHandlerAsync_Compat3
, and of course its test counterpart, IAbstractBlahBlahManagerFactoryControlBeansHandlerFactoryFactory6ProxyHandlerAsync_Compat3::FakeMockVirtualDeviceTestManagerBeansFactory2_HACK_DO_NOT_USE
Honestly it’s refreshing to not see the word “slammed” for once…
Debuggers are for when you hit a problem with your code. Logs are for when someone else hits a problem with your code.
union leaders and truck drivers said would save hundreds of thousands of jobs
There might be good reasons to have human drivers in autonomous trucks, at least for a while. But “saving jobs” is not one of them.
Barriers that were normally placed across the bridge entrance were missing due to vandalism
vandalism? What were these “barriers”, a handful of orange cones? At minimum they should have put some concrete jersey barriers there.
Not my IP; it’s just a random one that didn’t respond to pings.
Apache2 is preferred nowadays.
You think that a license that imposes more restrictions on its use is more free than one that imposes fewer???
Where my Apache-2.0
gang at?
Not really a problem with UDP itself, but with some very old protocols like DNS that rely on UDP but can’t be changed because of compatibility. If you’re writing a new service that uses UDP, there’s nothing stopping you from designing it so that it doesn’t provide an opportunity for bandwidth amplification.