Live data from Hacker News

Skeleton.io – Curated skeleton app and boilerplate code directory

skeleton.io

1–10 of 21 posts

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#2
great idea to me, should have existed before, and a suggestion for future maturity. For a given code base, have a cumulative tree with all possible combinations of feature choices, look at "feature model" in wikipedia so you can map a FODA diagram to a VCS controlled tree, that is, think of a code base as a product line instead of a fixed product.

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#3
post #2

great idea to me, should have existed before, and a suggestion for future maturity. For a given code base, have a cumulative tree with all possible combinations of feature choices, look at "feature model" in wikipedia so you can map a FODA diagram to a VCS controlled tree, that is, think of a code base as a product line instead of a fixed product.

Great input! Thanks for the recommendation - will def look into it

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#5
I've been looking into ocaml, and was wondering what to do once my programs grow beyond a single file. Unfortunately it doesn't have the equivalent of 'lein new' (Clojure tool for creating a new, empty project skeleton), so I'd welcome a repository of best practice examples like skeleton.io.

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#6
Great idea but you should have spent a few hours searching for as many frameworks you could find and adding them. This will slowly slip off the first page and everyone will forget about it.

If there were a few projects pre-populated, I'd probably have bookmarked and come back / submitted anything you might have missed.

Re: Skeleton.io – Curated skeleton app and boilerplate code directory

#7
Great idea but you should have spent a few hours searching for as many frameworks you could find and adding them. This will slowly slip off the first page and everyone will forget about it.

If there were a few projects pre-populated, I'd probably have bookmarked and come back / submitted anything you might have missed.

Post reply on HN