Zain__Mansour's blog

By Zain__Mansour, 15 months ago, In English

I was coding on my 8gb ram laptop with sublime text and suddenly the laptop froze I pressed the power button to force restart .... today I was coding and I opended the task manager and "build and run" my code but, the ram usage started to increase untill the laptop froze again ...

so I will not use sublime text again

What (text editors)/(IDEs) are you using right now ? and why you're using it?

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I use vs code .

»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

It generally happens when you use while loop. There is nothing to limit usage in sublime text. So, to overcome this problem what i do is: Use terminating condition in while loops by taking some large number that won't affect your code.

For Example