Quote:
Originally Posted by Greg McKaskle
I also learned LV long before there were shift registers and in many ways prefer them, but I now use both, typically for different things. I really like the compare to last with a shift register, but otherwise typically use shift registers.
Greg McKaskle
|
I almost never use feed
back nodes, but I find myself using feed
forward nodes quite frequently. They make more sense to me because the flow of the code keeps moving forward. If I'm in a loop, though, I'll always use shift registers.