HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aerlinger

no profile record

comments

aerlinger
·4 jaar geleden·discuss
> But really, Java is miserable without an IDE

Very true. It's also miserable with an IDE.
aerlinger
·4 jaar geleden·discuss
This video covers a particular type of transistor known as the Bipolar Junction Transistors (BJTs). These are more commonly used in analog applications like amplification and signal processing rather than digital logic (though they can be used in specialized digital logic circuits).

Today, field effect transistors (FETs) reign supreme for most IC applications such as CPUs and digital logic as they're more scalable and efficient than BJTs and have a very different structural design.
aerlinger
·5 jaar geleden·discuss
> Also, their "no exceptions" rule only applied to work involving their legacy code.

That's not the case, the no exceptions rule applies to legacy and non-legacy code: https://google.github.io/styleguide/cppguide.html#Exceptions.