Ruby: When to Use Symbol or String?
Symbols are just a way to name something. Typically it’s used to name attributes in a class or for options (colors, types of cuisines, type of shoe, etc). In essence, a constant string. Use Strings instead of a...
Read More
Recent Comments