Can you remind me what they were, just to remind me whether I addressed them, or just promptly forgot...?
-
-
Replying to @propensive @Kamugo
Plugins. You addressed them very explicitly by stating they were never going to be a part of Fury :)
2 replies 0 retweets 1 like -
What kind of plugins do you have in mind?
1 reply 0 retweets 0 likes -
Static code analysis, code formatting, linters, ... all the things that I like not to think about but are outside of Fury’s scope. I understand the reasoning, but it’s important to me to need one tool, not n, to be able to compile and build my projects.
2 replies 0 retweets 0 likes -
Replying to @NicolasRinaudo @lukasz_bialy and
Sbt, for all it does weird, is the one tool you need. You don’t even need scala. It takes minutes to get going. Terribly convenient when onboarding new devs, setting up a new box, starting a workshop with 30 people not one of which took the time to go through the prerequisites
1 reply 0 retweets 2 likes -
I'm not sure minutes is acceptable in general. I still see a clear distinction between development (handled by the IDE, or an ad-hoc set of composable tools in my case) and the build.
2 replies 0 retweets 1 like -
Replying to @propensive @NicolasRinaudo and
build is a team common and development is a developer local. Each developer should be able to use its own formatting
1 reply 0 retweets 1 like -
Replying to @redarqas @propensive and
Having wasted literal days to whitespace in code review, I disagree with this statement. I see where you’re coming from, mind, and used to agree, but it turns out having the team follow an agreed on code style and automate it is much less painful than the alternative
3 replies 0 retweets 6 likes -
Replying to @NicolasRinaudo @redarqas and
Storing code as text (rather than as a parsed AST) is a disaster; this is only one symptom of many.
2 replies 0 retweets 4 likes -
Replying to @nuttycom @NicolasRinaudo and
Maybe you could even annotate the AST with enough metadata to achieve something close to the poetry
@tpolecat talks of...2 replies 0 retweets 2 likes
As an example, between any two tokens, there is a very limited number of viable whitespace options. It shouldn't be possible to encode whitespace other than these. Higher-level formatting options would be possible.
-
-
Replying to @propensive @nuttycom and
well, it depends of the surrounding token, b/c really, these "=>", "<-", ",", etc must be aligned :)
1 reply 0 retweets 0 likes -
Replying to @fanf42 @propensive and
Scalafmt does a surprisingly ok job at this - took me a while to get the conf working, and I think I had to submit a couple of PRs, but it's *almost* the way I'd do it manually myself now
1 reply 0 retweets 1 like - Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.