Venti_chai's blog

By Venti_chai, history, 5 years ago, In English

I was reminiscing my first submissions on Codeforces and how much my coding style has changed since the last year. I am interested in hearing your stories about your coding style or the time when you started Codeforces!

  • Vote: I like it
  • +19
  • Vote: I do not like it

| Write comment?
»
5 years ago, hide # |
 
Vote: I like it +48 Vote: I do not like it

My path is from clean code to ugly template...

»
5 years ago, hide # |
 
Vote: I like it +30 Vote: I do not like it

I abandoned my whole template and now I write fully clean code.

»
5 years ago, hide # |
 
Vote: I like it +2 Vote: I do not like it

JavaScript -> python -> C++. Thats it.

»
5 years ago, hide # |
 
Vote: I like it +4 Vote: I do not like it

from clean code to ugly code.

from solving problem A in 1 hour 50 minutes to solve it in less than 5 minutes(my typing speed is not very fast so i dont solve it in less than 1-2 minutes)

»
5 years ago, hide # |
 
Vote: I like it +30 Vote: I do not like it

Been only a month here but coding style has changed from Wrong Answer on Pretest 2 to Wrong Answer on Pretest 2

»
5 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

From clean small codes to Ugly confusing code using multiple 100-200 line templates.

»
5 years ago, hide # |
Rev. 2  
Vote: I like it +7 Vote: I do not like it

Instead of thinking about cases on paper,I now just write ugly if-else ladders. Speedforces whoooosh.

And as I am implementing my if-else ladders I come across 2-3 observations that would have saved me a lot of code.

»
5 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I remember getting intimidated by variations of C++ submission languages.

»
5 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

my coding style sucks. Doesn't differ if it is from 2 years ago or from today.