In the Trac Main Features page https://trac.edgewall.org/wiki/TracFeatures Trac is said to emphasize "ease of use and low ceremony". Can someone please explain what "ceremony" means in the context of software usage?
Asked
Active
Viewed 339 times
4
-
Sounds like https://en.wikipedia.org/wiki/Convention_over_configuration – Alexander Jul 14 '21 at 02:26
1 Answers
3
Low ceremony means a small amount of code to achieve something. It means you don't need to set up a lot of things in order to get going.

Rowan Freeman
- 15,724
- 11
- 69
- 100
-
I encountered the term in a description of Kotlin as opposed to Java – MathiasTCK Jun 23 '23 at 00:16