#Nit: @import() should be in PascalCase?

1 messages · Page 1 of 1 (latest)

tribal venture
#

According to the signature of @import(), it returns a type, and thus should Ackchyually be in PascalCase, so @Import(), no?ackschually

ebon dagger
#

#bikeshed

deep talon
#

it's not always a type and usually a namespace

ebon dagger
#

also #bikeshed

deep talon
#

If x is a type then x should be TitleCase, unless it is a struct with 0 fields and is never meant to be instantiated, in which case it is considered to be a "namespace" and uses snake_case.