アーキテクチャ
リファクタリング
アジャイル
デリバリー
マイクロサービス
データ
テスト
DSL
概要
書籍
FAQ
動画
コンテンツインデックス
ボードゲーム
写真
インサイト
採用情報
レーダー
RSS
Mastodon
LinkedIn
X (Twitter)
BGG
Web版にアクセスする方法を教えてください。
if (this.discountRate) base = base - (this.discountRate * base);
image/svg+xml
assert(this.discountRate >= 0); if (this.discountRate) base = base - (this.discountRate * base);