Live data from Hacker News

Show HN: Django Keel – 10 Years of Django Best Practices in One Template

github.com

31–32 of 32 posts

Re: Show HN: Django Keel – 10 Years of Django Best Practices in One Template

#31

Earlier quoted context omitted.

It's configurable. The minimum quality gate check is set at 80% here: https://github.com/CuriousLearner/django-keel/blob/main/temp... Also, to answer why ever be less than 100% is that it depends. Usually, I prefer writing behavioural & integration tests, over chasing per-line coverage which might give a false confidence. I'm not saying getting 100% coverage is bad, but with my experience working on several different…

It was not at all clear to me that number was for code coverage. It sounded like it was permitting up to 20% of tests to be failing.

[dead]

Re: Show HN: Django Keel – 10 Years of Django Best Practices in One Template

#32
This looks amazing, but... I have one worry. Granted I have not yet kick started a project with keel, so I might be wrong. I'm speaking from experience of building my own boilerplate.

Giving so many options, makes the boilerplate very fragile. I recently starter removing optional bits from my boilerplate, cause it became much harder to manage and made the generation very fragile.

Would love to hear your thoughts on this.

Post reply on HN