|
|
|
|
|
by bb88
1281 days ago
|
|
If you code in Windows and deploy on Windows, I think it's fine. Java/C#/Python/Microsoft C++ are well supported. If you're coding in Windows and deploying on Linux, it's not ideal. Sure there's WSL2 which kinda sorta helps for a lot of day-to-day stuff. But often weird errors creep in, my favorite being the MS-DOS EOL instead of the Unix EOL, which breaks Bash scripts, leading to developers saying: "But it worked fine in MSYS!" |
|