Question: 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?
Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
21–30 of 92 posts
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#22Earlier quoted context omitted.
Do you have a separate repo with unit tests? If not, how do you test the charts?
https://rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste...
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#23Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#24No stacked bar charts, unfortunate. Looks really nice.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#25I 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.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#26Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#27This charts looks awesome. Will surely use in my next project. Can I know how I can add two data points. I mean how to show two graph lines in single chart?
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#28Looks 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.
https://www.microsoft.com/en-us/research/wp-content/uploads/...
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#29Looks 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.
Some of us believe that tests increase work by 25% while only reducing defects by 60%. https://www.microsoft.com/en-us/research/wp-content/uploads/...
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#30Looks 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.
Like users, programmers don't care whether programs have tests as long as it does what it needs to do.