LinearCode.decode should be called LinearCode.decode_to_code

Issue #57 resolved
Johan Rosenkilde created an issue

It is confusing and not good consistency if LinearCode has a method decode which does decode_to_code. This should be called decode_to_code in my opinion.

If there was no decode function on LinearCode before, we can do this change immediately. Otherwise, we can do it only in our repo, and probably leave it out in the first ticket (like so many other things).

Comments (1)

  1. Log in to comment