![]() |
|
My Ruby Error-Handling Gem Reached 2000 Downloads, What Next? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: My Ruby Error-Handling Gem Reached 2000 Downloads, What Next? (/Thread-My-Ruby-Error-Handling-Gem-Reached-2000-Downloads-What-Next) |
My Ruby Error-Handling Gem Reached 2000 Downloads, What Next? - Toph - 11-08-2015 So a while back I build an error-handling gem. It's since gone on to be downloaded over 2000 times and is something I use in every Ruby project I build. https://rubygems.org/gems/error-handling So my question is... What should I make next? I like the idea of doing Gems but I don't have any ideas. Any suggestions? RE: My Ruby Error-Handling Gem Reached 2000 Downloads, What Next? - Kotomi - 11-08-2015 Teach me ruby :3 I'm not sure what a gem is but just think of things people will like RE: My Ruby Error-Handling Gem Reached 2000 Downloads, What Next? - Toph - 11-08-2015 Gems are pre-build bits of code which serve a purpose e.g. if you include my gem you can create, store, search... errors. Basically manipulate them. But i dont know what to build next in Ruby :/ I also built "Multi-Alphabet-Encryption" gem - https://rubygems.org/gems/Multi-Alphabet-Encryption |