4.2 一貫性のある簡潔な改行位置 - TKBTK48/ReadableCode GitHub Wiki
4.2 一貫性のある簡潔な改行位置
public class PerformanceTester{ public static final TcpConnectionSimulator wifi = new TcpConnectionSimulator( 500, /* Kbps * / 80, /* millisecs latency * / 200, /* jitter * / 1, /* packet loss % */);
public static final TcpConnectionSimulator t3_fiber = new TcpConnectionSimulator( 500, /* Kbps / 80, / millisecs latency / 200, / jitter / 1, / packet loss % */);