What is a rule of thumb for when to use namespaces in your models?
When your model names are unique
When your app rarely exposes services
When your models are reused in other projects
Which of the following statements about a GitHub Repository are correct? Choose the correct answers.
Anyone on the internet can commit into a public repository.
You choose who can see your private repository.
You choose who can commit into your private repository.
Anyone on the internet can see a public repository.