|
|
|
|
|
by lmm
4991 days ago
|
|
It forces you to keep your methods short with reasonably appropriate boundaries between them. Good programmers should be doing this anyway, but an event/callback API at least prevents you from writing a 300-line "do everything" method. |
|