Комментарии:
Best video
Ответить~~ In my .bashrc ~~
...
alias crun='gcc main.c && ./a.out'
...
Just set your camera to fixed focus at the level of Zoom it is at. Never use auto focus for a fixed placed subject.
Ответитьi understood very clearly thanks a lot!
Ответитьi'm confused. how do you force it to short circuit something?
ОтветитьWhy is this even a thing this is literally common sense?
Ответитьthx
Ответитьthe best video on shirt circuit, thanks Caleb!!!
Ответитьthank you very much best teacher
ОтветитьThe Best
ОтветитьNot necessarily speed up but definitely clean up:
if (mystring!=null && !mystring.empty) is cleaner than having to evaluate first is string object isnt null and in that positive statement do a second check if not empty.
And in assembler you can’t actually compare a multi stage operation in one. As you can only compare a register or accumulator against a single argument.
So you’ll need to evaluate each and every step of the expression individually and you write your code in such away that every truism you get deeper into the expression.
i'm cramming for a final, and this video finally made the concept CLICK!!! Thank you!
ОтветитьWhy is there so many technical terms, "short circuit" in this case, for what should just be common sense best practice?! I did really bad in my software interview today because they use so much jargon and technical names for things I know, use, understand and can critique, but because I don't know the jargon I failed.
Ответить