Jake Wharton

Results 1650 comments of Jake Wharton

There are no plans to merge onto that site, no. This is meant to be a living document and it's hosted on GitHub so that it can be contributed to...

We can't add this to the style guide because I don't think we can make it a hard rule. But it's a good candidate for a hopefully forthcoming best practices...

Let's start accumulating issues to track its contents. The problem was we didn't have enough content to warrant a tab when these guides were created. On Fri, Jan 26, 2018...

There's two reasons we don't have this: * As far as I can tell there's no easy way to automatically generate it with the markdown site. * If we add...

I do, but it's not our place to decide what that order is. Has JetBrains officially defined this yet? I know there's been discussion [about it](https://github.com/yole/kotlin-style-guide/issues/3) but I haven't seen...

http://kotlinlang.org/docs/reference/coding-conventions.html#modifiers

These technically fall under function wrapping rules, but we can clarify that it's for constructors as well as provide examples.

Actually I think we intended to allow ```kotlin fun veryVeryLongFun() = callsAVeryVeryLongFunctionWithHorribleName(andTonsAndTonsOfParameters) ``` but prevent ```kotlin fun veryVeryLongFun() = callsAVeryVeryLongFunctionWithHorribleName(andTonsAndTonsOfParameters, andMoreParameters) ``` And the multiline one is definitely allowed. We...

From what I remember this is contrary to the advice of the JetBrains style guide for Kotlin. We'll have to make sure that's not the case, and even then i'm...

The platform action bar is used on Android 4.x and newer so I'm not sure there's a whole lot that can be done here. The OEM broke the system action...