HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aerlinger

no profile record

コメント

aerlinger
·4 年前·議論
> But really, Java is miserable without an IDE

Very true. It's also miserable with an IDE.
aerlinger
·4 年前·議論
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 年前·議論
> 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.