Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
1–10 of 19 posts
Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#2Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#3# where I found your post http://webarcs.com/?open=27311
Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#4I like it. It's pretty well documented. Rare thing today IMHO
Commenting on the purpose of a file is reasonable, as it explaining why a piece of code works the way it does e.g. if an external constraint is in play. But explaining how in code comments is redundant if the code is well written and the functions and variables are well named.
Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#5Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#6Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#7Couldn't you have used the Wiki instead of issues? Great work though!!
Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#8I like it. It's pretty well documented. Rare thing today IMHO
Don't want to start an argument but perhaps why it's rare to see is because many people realise commenting on code as a rule leads to: https://twitter.com/nzkoz/status/538892801941848064 Commenting on the purpose of a file is reasonable, as it explaining why a piece of code works the way it does e.g. if an external constraint is in play. But explaining how in code comments is redundant if the code is well written and…
Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#9It's great -- it's 87 LOC though. And don't forget: coverage is tested in terms of LOC, not in terms of program states.
Re: Show HN: I transformed my library into a Node and 100% coverage and Travis tutorial
#10I like it. It's pretty well documented. Rare thing today IMHO
Don't want to start an argument but perhaps why it's rare to see is because many people realise commenting on code as a rule leads to: https://twitter.com/nzkoz/status/538892801941848064 Commenting on the purpose of a file is reasonable, as it explaining why a piece of code works the way it does e.g. if an external constraint is in play. But explaining how in code comments is redundant if the code is well written and…