cashapp / zipline

Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs
Apache License 2.0
2.04k stars 154 forks source link

Function parameters should be (FileSystem, Path) and not the opposite #1283

Closed swankjesse closed 5 months ago

swankjesse commented 5 months ago

Parameters should be ordered from widest context to narrowest.

For Okio’s types, the FileSystem should always precede the Path.