[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] New lib: semver.lua
- From: Enrique Garcia Cota <kikito@...>
- Date: Thu, 19 Jan 2012 10:35:26 +0100
Hi Sam,
I believe that naming things correctly is important (and difficult!). That lib name seems misleading to me (no offense). It does more than what its name implies. Also, it does more than one thing. I would have splitted it into several smaller libs: semver (for implementing semver and semver alone), jardiff (for making the jar comparisons), maven_semver_enforcer (for the maven stuff), etc. With dependencies between them when appropiate.
Please feel free to fork the lib and adapt it if you feel it should be different. I will not feel insulted. Consider giving your fork a different name, though - as mentioned before, I recommend "luaversion". If no one implements it, I might give it a shot in a month or so.
Regards!