Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Блог пользователя umar.aligarh

Автор umar.aligarh, история, 5 часов назад, По-английски

So I have some categories, I want you to vote the best cf user for(you can vote more than one user in a category, and vice versa):

1)Unique/Creative solutions

2)Coding with best practices(no repetition, grouping similar code etc..)

3)Most readable code(naming conventions..etc)

4)Use of unique data structures

5)Best cheating practices(unique ways to hide cheating, code obfuscation, etc)

+you can add your own category!

  • Проголосовать: нравится
  • +4
  • Проголосовать: не нравится

»
5 часов назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится
»
4 часа назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

faceless_man_16 Category: Coding with worst practices

»
3 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Some of my favorites include SSRS_ mango_lassi Dominater069 atodo.

Basically those who avoid templates and have a readable code without zooming 200% are good options, besides the well known users everyone will tag.

In a less humble fashion, I think I write code like that too, as I used to not use long templates, then use templates thinking they are the key to the ultimate speed, only to end up being faster when I ditch them again while also showing clean code to my students and whenever I explain topics or problems.

  • »
    »
    96 минут назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I have tried to read code of some red users to get unique perspectives only to fail because of over-complicated templates and sooo many ready-to-use functions.