Looks nice, 0 dependency, simple design but there is one issue... I see that you don't have a single unit test or integration or functional etc. Even if your in house developers know what they are doing (which is a myth, stuff will break) it's going to be difficult accept contributions from community without any tests that make (almost) sure existing features are working with the changes.
Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
41–50 of 92 posts
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#42Earlier quoted context omitted.
Judge work by what it does, not by what it doesn't have. Like users, programmers don't care whether programs have tests as long as it does what it needs to do.
Tests are a way to judge what it does. It does the judging for you, ensuring features work as advertised, and provide usage examples that are guaranteed to work.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#43Looks nice, 0 dependency, simple design but there is one issue... I see that you don't have a single unit test or integration or functional etc. Even if your in house developers know what they are doing (which is a myth, stuff will break) it's going to be difficult accept contributions from community without any tests that make (almost) sure existing features are working with the changes.
Judge work by what it does, not by what it doesn't have. Like users, programmers don't care whether programs have tests as long as it does what it needs to do.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#44Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#45Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#46Looks nice, 0 dependency, simple design but there is one issue... I see that you don't have a single unit test or integration or functional etc. Even if your in house developers know what they are doing (which is a myth, stuff will break) it's going to be difficult accept contributions from community without any tests that make (almost) sure existing features are working with the changes.
I see where your coming from, but I disagree. This isn't a new OS, its a tiny charts library/utility. I'm more inclined to contribute because there are no tests. Either way, someone could PR tests if they wished. Perhaps your comment should have been such a PR? ;)
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#47Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#48Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#49The annual heatmap is particularly cool, and not something I've seen in many (any?) other libraries.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#50Question: For codebases that are all about package managers Yarn, what's best practice for integrating something like this? Just push it into a 'vendor' folder?