Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
moagggi8036y@metamourge Well I'm just used to C, C# and derived ones, where it's important to have breaks written and for me it feels like there's something missing 🤗😂 I hope this GOes okay for you 😉
-
tokumei21316yMatch statements are superior.
let laptop = match weekday {
Monday...Friday => Work,
Saturday...Sunday => Personal,
};
Related Rants
Switch(laptop){
Case weekdays: work
Case weekend: personal
}
random
side project
weekend