News

These instructions are to build a Sample Alexa Smart Home skill using JavaScript with Node.js that creates and controls a virtual sample switch that responds to ON/OFF commands.
JavaScript の Switch や if~else if を利用すると、循環的複雑度が増大します。 分岐が単純で少ない場合は問題ないのですが。そうでなくなると、メンテナンス性に大きな影響があります。また ...