(some-function a b c d e f g)
(some-function a b c (d x) (g y))
Now of course, one could still write confusing code:
(= word 'class) ; some pages later: (div word "class-name" "actual-content")