| user name /\ | message | ||
|
fknoobscoh |
easy websites almost all javascript | ||
|
fknoobscoh |
but proffesional websites, saas and paas etc | ||
|
fknoobscoh |
90% of websites are PHP | ||
|
fknoobscoh |
well, yes not all websites of course | ||
|
statementlive |
People really use all kinds of stuff | ||
|
fknoobscoh |
making it in asp.net makes you learn a stack that was used like 10 years ago | ||
|
statementlive |
Not really true, I've asked many professionals | ||
|
fknoobscoh |
i think websites should be Typescript / Go / Rust as a stack, all websites are written with that stack | ||
|
statementlive |
Thats why I do it in asp net instead | ||
|
statementlive |
But probably easiest to use what school gives lessons for atm | ||
|
statementlive |
I wanted to do node js first | ||
|
fknoobscoh |
well the language is not the issue | ||
|
statementlive |
C sharp is pretty chill | ||
|
statementlive |
Couldnt decide so just decided to take what school offers | ||
|
fknoobscoh |
I never understand why people still build websites in that shit | ||
|
fknoobscoh |
why in asp.net? | ||
|
statementlive |
I'm buulding cohstats in ASP.NET with restapi now etc | ||
|
statementlive |
Kappa | ||
|
statementlive |
The TTS literally just now crashed | ||
|
fknoobscoh |
ah | ||
|
statementlive |
Xcoms code broke cuz of his continue statement just now and asked what it was doing | ||
|
fknoobscoh |
not always, but usualy yes, but i just wondered what code u talked about | ||
|
fknoobscoh |
cuse what you say is true | ||
|
fknoobscoh |
no i wasnt | ||
|
statementlive |
Like i was talking bullshit | ||
|
statementlive |
Oh i thought u meant wtf are you talking about | ||
|
fknoobscoh |
But, what i meant statement was .. what u talking about ? Which code? | ||
|
fknoobscoh |
I know what continue does. I’m just saying it’s not necessarily accurate to say it ‘doesn’t check the rest of the code.’ It skips the remaining statements in the current iteration, but the loop can still evaluate its condition or update expression depending on the loop structure. Also, using while loops primarily for side effects is often a bad idea because it can make the code harder to reason with. | ||
|
statementlive |
If break true -> skip rest of loop and get out, if continue true -> skip rest of loop and start over | ||
|
statementlive |
https://pynative.com/wp-content/uploads/2021/06/python-continue-statement-in-loop.png |