Talk:Luhn algorithm: Difference between revisions

Content deleted Content added
Line 193:
 
: For the record, I don't agree at all. I consider this another example of a Wikipedia article going from something useful to something meaningless. [[User:Mlewan|Mlewan]] ([[User talk:Mlewan|talk]]) 07:18, 2 June 2019 (UTC)
 
:: Mlewan, I write software for a living, and I assure you it's still plenty useful. Anyone who wants to check digits in their code can just translate the pseudocode to their language of choice, which is trivial for any developer (or they'll just use a library that implements it).
 
:: I'm not just implementing policy for policy's sake. In fact, I almost never edit pages at all. I only bothered to change it because I ran into it at work and thought "Wow, that's excessive and pointless. I'm going to check the talk page to see what's going on here." This brings it in line with other algorithm pages, such as Quicksort or A*. [[Special:Contributions/98.182.22.49|98.182.22.49]] ([[User talk:98.182.22.49|talk]]) 22:40, 2 June 2019 (UTC)
 
== Python Example ==