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
I think there should be something to handle this situation:
data = {"name":"Kahroba","version":0.1// ***** It doesn't have a comma"another_key":"val"}
println(data)
println("something")// **** This will never be printed!
The terminal just waits like it's got stuck in an infinite loop, but it doesn't throw any error.
The text was updated successfully, but these errors were encountered:
مشکلات این چنین زیاد اتفاق میفته بخاطر نبود ارور هندلینگ
همونطور که توی پست معرفی کهربا هم گفتم به خاطر پیچیده تر نشدن کدبیس کهربا هیچ ارور هندلینگی وجود نداره
ولی به عنوان یکی از ملزومات در آینده حتما باید به کد اضافه شه
خب به نظرتون بهتر نیست از یه جایی به بعد این رو هم اضافه کنیم ؟ اما یه ورژن بزنیم به همین نسخه یا یه نسخه استیبل تر تا برای پرکتیس باشه ؟
آپدیت بعدی اضافه شدن ارور هندلینگ به کد خواهد بود
I think there should be something to handle this situation:
The terminal just waits like it's got stuck in an infinite loop, but it doesn't throw any error.
The text was updated successfully, but these errors were encountered: