docs/contrib/code_conventions.md
storage.Interface is better than storage.StorageInterface.pkg/controllers/autoscaler/foo.go should say package autoscaler not package autoscalercontroller.
package foo line should match the name of the directory in which the .go file exists.wait package and include functionality like Poll. The full name is wait.Poll.Please refer to TESTING.md document.