You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// config artık bu şekilde: {title: "Order", body: "Bar", buttonText: "Send", cancellable: true}
551
551
// ...
552
552
}
553
553
@@ -556,9 +556,9 @@ createMenu(menuConfig);
556
556
557
557
**[⬆ başa dön](#içindekiler)**
558
558
559
-
### Don't use flags as function parameters
559
+
### Karar verici fonksiyon parametreleri kullanmayın
560
560
561
-
Flags tell your user that this function does more than one thing. Functions should do one thing. Split out your functions if they are following different code paths based on a boolean.
561
+
Karar verici parametreler bir fonksiyonun birden fazla iş yaptığını gösterir. Fonksiyonlar tek iş yapmalılar. Boolean bir değer üzerinden yapacağı işe karar veren fonksiyonları birden fazla fonksiyona bölün.
0 commit comments