You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, so, every programmer has their own style. But for the purposes of this project we should decide on one in order to maintain some kind of fluency throughout.
I feel like we have some of it down :
2space indents
Brackets don't have their own lines
Things we should figure out:
I feel like we should use camelCase but we have both been like, alternative between doing_something_like_this and camelCase
We should probably make that all camelCase as per most standards
Can't think of anything else that's different, but there probs is
PS - il fix where I made the brackets with their own lines :P
The text was updated successfully, but these errors were encountered:
Yeah, when I write C I tend to format_my_names_like_this because that's kind of more accepted for the language but camelCase is probably more correct. We'll take care of that.
It's going to be easier to read commit history if we decide on standards, though, that way it's easier to zero-in on changes that possibly made things go wrong
Ok, so, every programmer has their own style. But for the purposes of this project we should decide on one in order to maintain some kind of fluency throughout.
I feel like we have some of it down :
2space indents
Brackets don't have their own lines
Things we should figure out:
I feel like we should use camelCase but we have both been like, alternative between doing_something_like_this and camelCase
We should probably make that all camelCase as per most standards
Can't think of anything else that's different, but there probs is
PS - il fix where I made the brackets with their own lines :P
The text was updated successfully, but these errors were encountered: