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
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Per LinkedIn and Apple's latest style guides, LayoutKit does not conform to either. viewReuseId -> viewReuseID for example, and all k prefixed constants shouldn't be k prefixed. There's a lot more here too. We need a pass through to update the style everywhere.
Additionally, layouts have parameters in different orders and by different names (config vs. configuration for example). It will be a breaking change, but we should make it at some point to standardize layout initializers and clarify our code.
The text was updated successfully, but these errors were encountered:
Per LinkedIn and Apple's latest style guides, LayoutKit does not conform to either.
viewReuseId
->viewReuseID
for example, and allk
prefixed constants shouldn't bek
prefixed. There's a lot more here too. We need a pass through to update the style everywhere.See LinkedIn's styleguide and Apple's API design guidelines
Additionally, layouts have parameters in different orders and by different names (
config
vs.configuration
for example). It will be a breaking change, but we should make it at some point to standardize layout initializers and clarify our code.The text was updated successfully, but these errors were encountered: