[swift-users] Coding style for internal/private variables
soyer
soyer at irl.hu
Wed Jun 1 12:27:04 CDT 2016
I think the IDE should colorize differently these variable names.
> On 01 Jun 2016, at 18:02, Adrian Zubarev via swift-users <swift-users at swift.org> wrote:
>
> I’d like to talk about your personal coding styles in swift for its access control.
>
> Remember these variable names like __magic or _spell or even garbage_?
>
> Sure swift solves the synthesize problem but there might be old habits that let us write such code.
>
> Here are some examples:
>
> internal _name
> internal i_name
> private __name
> private p_name
>
> // not sure where `garbage_` would fit
>
> I’d love to see your responses and opinions what and why the style you choose suits you.
>
>
>
>
> --
> Adrian Zubarev
> Sent with Airmail
>
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
More information about the swift-users
mailing list