(no title)
ssousa666 | 1 year ago
val somethingRepository = SomethingRepository()
Is much more visually satisfying and balanced to me than:
something_repository = SomethingRepository()
ssousa666 | 1 year ago
val somethingRepository = SomethingRepository()
Is much more visually satisfying and balanced to me than:
something_repository = SomethingRepository()
nequo|1 year ago
But honestly it’s most likely because I was socialized on Python. Feeling lucky personally that Rust follows the same convention.