‎05-19-2022 10:29 AM
@GRCK5000 wrote:
Thank you very much Mr. Altenbach. This is great! I learned to stay away from feedback node. I'll stick with shift registers from now on thanks to you.
The feedback node and the shift register can do exactly the same and one is not "better" than the other. In 55% of the cases, a feedback node is better, so learn how to properly use both. (For example, duplicating the global initialization option of a feedback node would require significantly more code using a shift register because they don't have it. There are other important differences so the decision needs to be done case-by-case!)
(There is never just one absolute truth as some politicians and religious leaders want you to believe)
‎05-19-2022 11:47 AM
Thanks Kevin P. Good to know!!!!
‎05-19-2022 11:48 AM
Thank you Mr. Altenbach! Definitely good to know.