Hey, thanks for the feedback, and code review :)) The swap files, I am definitely removing. Printing without no limit is definitely a feature I want to get done! Sorting is a very good idea, I think it will be done on the server side though.
That cookbook is epic, thanks for the heads up! The moment I typed a question regarding the fruit reference which I didn't get, I realised you mean 'mango'. Hah! Cheers On Sunday, 11 September 2016 19:48:00 UTC+1, howar...@gmail.com wrote: > > Taking a quick look; you've got some Vim style .swp files in your git > repository that should be removed. > > Next, in main.go (anyone else start thinking of tropical fruits at this > point?) you use 'break Loop' when the number of lines exceeds 10, which > means one long solution can crowd out less wordy ones; maybe have an option > to print again with no limit? Then again, as you mentioned in the README, > once you've added some form of recommendation system, you can sort by that > to push the more highly recommended answers first. > > Finally, have a look at http://www.tldp.org/LDP/abs/abs-guide.pdf > > This is a BASH cookbook-style guide that has been explicitly donated to > the public domain, and should be a fertile resource for populating your > library. > > Howard > > On Sunday, September 11, 2016 at 12:52:12 PM UTC-5, johnny-john wrote: >> >> Hi all! >> >> Just thought about dropping this link here, the codebase is VERY small, >> so if you are a newbie looking for a project to get into, have a look: >> https://github.com/crufter/borg >> >> Cheers >> > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.