Category "naming"

Java File Naming [duplicate]

I'm new to Java. I want to know why Java doesn't give an error and lets the compiler compile it when I write as class class-name without publi

Etymology of "sink" in SwiftUI / Combine?

I'm joining development on an existing SwiftUI / Combine iOS project, which is my first exposure to the technology. The names of functions like assign(to:on:) a

What is your suggestion for defining this VOIP web-service?

What is your suggestion about defining routes for such a web-service? Input: called number call date Output: caller number call datetime call duration

Naming: Composite vs compound for entities that delegate function calls to array of entities (vs something else?)

Imagine you have some Entity class and want another class that groups multiple instances of Entity. How do you name it? CompoundEntity? CompositeEntity? somethi