A fork of 0.7?
Ouch! Surely it's not that dire. As Tony notes, SBT has some awesome technology inside.
It might just need someone with an end-user-product focus to put a more friendly surface on it, write docs for mere mortals, and smooth some rough spots like webapp support.
Ben
That sounds like the ticket. Additionally, remove the word 'simple' from the name. Surely that was the touch of death.
I'm not sure if readability to the casual reader is, or should be, a goal for SBTs internal code. The scala compiler and scalaz aren't easily readable either!
The build scripts users write and maintain do need to be readable of course, and there I have some concerns.
SBT does have unit tests, but they are spread around in odd places. For some reason, it doesn't follow it's own convention for project layout.
Ben
-- Tony Morris http://tmorris.net/
--
You received this message because you are subscribed to the Google Groups "Melbourne Scala User Group" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/scala-melb/-/o2p0-y-7TxQJ.
--
You received this message because you are subscribed to the Google Groups "Melbourne Scala User Group" group.
To post to this group, send an email to scala...@googlegroups.com.
To unsubscribe from this group, send email to scala-melb+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scala-melb?hl=en-GB.
I also strongly agree with Toby, on the basis that structure and types can tell me "what" a piece of code is doing, but naming is better equipped to tell me "why".
(Further assuming that readability has something to do with being able to tell what code does and why it does it)
What are the arguments against?
If readable/unreadable is to have any useful meaning, I'll stick with a metric that does not appeal to the person. This exists.
Where types fail, quantified algebraic properties do the rest in that they do everything types do, except provide proof.
More to the point, names have never had any bearing, for either of us. It's an illusion, one that I understand exists, but is so utterly uninviting to me and my peers, for adverse practical reasons.
people have to be more careful about things like meaningful names
On 17 July 2012 15:23, Tony Morris <tonym...@gmail.com> wrote:
If readable/unreadable is to have any useful meaning, I'll stick with a metric that does not appeal to the person. This exists.Such a metric exists??? Don't leave us hanging - point me to information I can read! Note that there is no sarcasm implied here - I am genuinely surprised by your statement and would like to know more.