Looping through endpoints isn’t bad thing …. or is it? — Tl:Dr — DRY for production code, sometimes ok in test code, but DAMP is preferrable. (Disclaimer: Since I use Python 3 & Django on a daily basis i’ll be using snippets from them as examples.) Since last year up until now i’ve been struggling with a concept of DRY coding. In a nutshell, “Do not repeat yourself”. So if you can find stuff that’s pretty…