Re: = vs := and = vs ==
- Posted by jaygade Jun 09, 2014
- 1663 views
After my original suggestion, I realized that operations on sequences of different lengths as described is a potential source for hard-to-find bugs. However, doing a length comparison before doing an operation should be relatively cheap if the user wants to ensure the sequences are the same size.
It will be interesting to see if it can help some kinds of algorithms.