Short question as english is not my mother tongue:...
# random
p
Short question as english is not my mother tongue: Let's say I have a
Recipe
class and a
RecipeDto
class. What's the plural?
val recipe : Recipe
val recipes : List<Recipe>
val recipeDto: RecipeDto
val recipeDtos : List<RecipeDto>
Like this?
Dtos
?
h
recipes or recipeDtos is completely fine.
p
Thanks!
h
no problem. 🙂
m
@Paul Woitaschek I wonder is naming classes that important ? becareful you will waste a lot of time in naming
p
Yes, it's one of the most important things in software development
d
There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors. -- Leon Bambrick