Logan Reid

Joined

20 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Responsive Navigation with Turbo Discussion

The Law of Demeter is a design guideline that aims to reduce coupling between objects by limiting how objects interact with each other. It states that a method of an object should only call methods:

On itself
On its parameters
On objects it created
On component objects

Posted in Responsive Navigation with Turbo Discussion

Use Turbo's

element to contain your navigation links. This clearly identifies the navigation content.