etherpad-lite/src/node/handler
muxator 324929ca2d PadMessageHandler: early return to reduce code depth.
Get rid of an else branch to simplify code layout. No functional changes at all.

==============

This series is an attempt to reduce the control structure depth of the code
base, maintaining at the same time its exact same behaviour, bugs included. It
is, in a sense, an initial attempt at a refactoring in the spirit of its
original definition [0].

The idea beyond this refactoring is that reducing the code depth and, sometimes,
inverting some conditions, bugs and logic errors may become easier to spot, and
the code easier to read.

When looked at ignoring whitespace changes, all of these diffs should appear
trivial.

[0] https://refactoring.com/
2018-08-29 00:57:28 +02:00
..
APIHandler.js settings, APIHandler: use makeAbsolute() for locating APIKEY and SESSIONKEY 2018-08-23 07:02:45 +02:00
ExportHandler.js Fixed crash on invalid export url 2016-12-22 23:04:06 +01:00
ImportHandler.js Use abiword to process .rft files 2017-08-04 03:23:12 +05:30
PadMessageHandler.js PadMessageHandler: early return to reduce code depth. 2018-08-29 00:57:28 +02:00
SocketIORouter.js working handling of setting client ip and anonymizing etc 2014-11-04 23:25:18 +00:00