Relative Content

Tag Archive for coding-standards

Convention on model names in ruby on rails

I was doing my ER diagram for a rails application I’m about to begin with and there I have an entity called Class News so I’d have a model ClassNew but I don’t know if I will have problems in the future with the New part or what would be the right way to do this o how should I call the model? since the right thing would be ClassNews and the table should be class_news

REST API Library Conventions

Most API libraries define one method for each endpoint. If there is an endpoint for getting user information, you might have a method like:

Can someone explain to me C#’s coding convention?

I recently started working with Unity3D and primarily scripting with C#. As I normally program in Java, the differences aren’t too great but I still referred to a crash course just to make sure I am on the right track.