• codewithvoid Profile Picture

    Void⚡ @codewithvoid

    3 years ago

    programmers, agree?

    codewithvoid tweet picture

    159 410 5K 350K 77
    Download Image
  • eneko Profile Picture

    Eneko @eneko

    3 years ago

    @codewithvoid 💯

    0 0 0 360 0
  • Zhuinden Profile Picture

    Gabor Varadi @Zhuinden

    3 years ago

    @codewithvoid Yes & no. The easiest code to read is the one with minimal added nonessential complexity. Code that does exactly what it needs to do. If it's a complex problem, then it's sliced into meaningful components with well-defined behavior. But devs think that's "too simple to be good".

    0 2 37 3K 0
  • BogdanRMCF Profile Picture

    Edmond Dantes @BogdanRMCF

    3 years ago

    @codewithvoid Not really. Too many try to get clever and write one liners or indent randomly (not in python of course). What happened to comment your logic and don’t skip steps? If you treat an algorithm like a math solution it’s not hard to follow. Coding is just the language you execute in.

    0 1 19 2K 1
  • punter_jack Profile Picture

    Jack Punter @punter_jack

    3 years ago

    @codewithvoid Hard to write initially maybe, but once you get something working, going back over it and making it easy to read is _usually_ not hard.

    0 0 17 1K 0
  • VeritasMSYWu Profile Picture

    Mandy @VeritasMSYWu

    3 years ago

    @codewithvoid A noob's opinion: easy to read code, official document, and even some stack overflow answers are not the easiest to read. But I'd be a noob and idiot if I expect everything I need will be masterfully written and simply present in front of me

    3 0 10 3K 0
  • tasssko Profile Picture

    Tas Skoudros @tasssko

    3 years ago

    @codewithvoid Personally i refactor code until it reads well enough for me. I’m not looking to obfuscate but in general i want the code to be readable for the time in future when i get back to it.

    0 0 4 901 0
  • EdgarSanchez Profile Picture

    Édgar Sánchez Gordón @EdgarSanchez

    3 years ago

    @codewithvoid At the very least, it takes longer to write (but the results are worth, both aesthetically and maintenability wise)

    0 1 1 167 0
  • ClaudesonHT Profile Picture

    马若 @ClaudesonHT

    3 years ago

    @codewithvoid But whatever you want to do It really appears difficult for the first time, but only one thing you have to do stay focus and the you will see there's nothing is really difficult

    0 0 3 396 0
  • SNikoletopoulos Profile Picture

    Stavros Nikoletopoulos @SNikoletopoulos

    3 years ago

    @codewithvoid If you have best practices in mind you can write clean code that helps you write code faster. If a problem is giving you a hard time and it's getting complex, go back and clean it. Your future self will thank you.

    0 0 3 366 0
  • _utkarshg6 Profile Picture

    Utkarsh @_utkarshg6

    3 years ago

    @codewithvoid It takes multiple iterations of refactoring to achieve but of course it’s very hard to write in the first attempt.

    0 0 3 680 0
  • NotoriousATM Profile Picture

    Andrew Moore @NotoriousATM

    3 years ago

    @codewithvoid Same with verbal or other written communication. It’s easy to write stream of consciousness but hard to concisely convey an idea

    0 0 2 222 0
  • alisson_lucs Profile Picture

    Assilon @alisson_lucs

    3 years ago

    @codewithvoid Easy to write, hard to read. Try to be tech lead or something like that in a minor company and you'll see what i'm talking about.

    1 0 2 318 0
  • zarianRGX Profile Picture

    zarian @zarianRGX

    3 years ago

    @codewithvoid It's crazy that we prepare for "shortest line of code" or "most efficient", but in actual companies we prefer more lines with less efficiency if it improves readability/maintainability/extensibility

    0 0 2 207 0
  • siima_gh Profile Picture

    Slay.queen @siima_gh

    3 years ago

    @codewithvoid maybe or maybe not

    0 0 2 293 0
  • jcubic Profile Picture

    Jakub T. Jankiewicz 🌟 @jcubic

    3 years ago

    @codewithvoid It's hard to write if you don't have experience

    0 0 1 168 0
  • wilterrero Profile Picture

    Wilmer Terrero @wilterrero

    3 years ago

    @codewithvoid Yes! 💯 It takes years to write easy-to-read code. It takes more years of experience to write code that solves a problem and not get legacy. The key: write tests.

    0 0 1 1K 0
  • w_t_payne Profile Picture

    W. Thomas Payne @w_t_payne

    3 years ago

    @codewithvoid Easy to read code is not especially hard to write, but it is time consuming to write. It normally takes me three or four attempts to find something that's able to really clearly express my intent and free from extraneous noise.

    0 0 1 478 0
  • damonholden_ Profile Picture

    Damon Holden @damonholden_

    3 years ago

    @codewithvoid Matter of practice. While it may be difficult to do at first, if you discipline yourself enough to do it consistently, it will become natural eventually.

    0 0 1 452 0
  • Sumit_media12 Profile Picture

    Sumit Baroniya @Sumit_media12

    3 years ago

    @codewithvoid Reading and writing are different 💀

    0 0 1 39 0
  • supriyarudroju Profile Picture

    Supriya Rudroju @supriyarudroju

    3 years ago

    @codewithvoid Yes😢

    0 0 1 242 0
  • devyani_jain13 Profile Picture

    Devyani Jain - The Mitochondrion🦠💻 @devyani_jain13

    3 years ago

    @codewithvoid @mjain31

    1 0 1 141 0
  • DefenceForceOrg Profile Picture

    Dbug @DefenceForceOrg

    3 years ago

    @codewithvoid Yes and no: It's hard to reach the point when you can do that intuitively and without too much effort, but when you reach that point, it's not hard at all.

    1 0 1 291 0
  • eddytilmant Profile Picture

    Ed 💸 @eddytilmant

    3 years ago

    @codewithvoid No, simple and understandable code is easy to write

    0 0 1 222 0
  • aaguueeroo Profile Picture

    Julia Agüero 💙 @aaguueeroo

    3 years ago

    @codewithvoid Honestly, no. If my code isn't super organized I have no idea what I'm writing. But maybe I'm a rare specimen!

    0 0 1 165 0
  • El_baldini Profile Picture

    Red_Mufasa. @El_baldini

    3 years ago

    @codewithvoid If it’s easy to use, it was difficult to create 🙏🏽

    0 0 1 161 0
  • poffertjes_pan Profile Picture

    Tom @poffertjes_pan

    3 years ago

    @codewithvoid Not once you understand the problem you're solving and its domain. Otherwise you'll end up with a loveless piece of code that might do what it should mechanically but doesn't convey the business process.

    1 0 1 171 0
  • andywong311 Profile Picture

    andywong31 @andywong311

    3 years ago

    @codewithvoid heck yes. coding is like writing. the more you do it, the more you get good at it.

    0 0 1 231 0
  • Boluwatifeolad7 Profile Picture

    C G B E A S T 💎 @Boluwatifeolad7

    3 years ago

    @codewithvoid If irony was a post it will be this

    Boluwatifeolad7 tweet picture

    0 0 1 539 0
    Download Image
  • _abakashi Profile Picture

    Marco Cruz @_abakashi

    3 years ago

    @codewithvoid Pretty accurate.

    0 0 1 96 0
  • Afrotronian Profile Picture

    MADUABUCHI @Afrotronian

    3 years ago

    @codewithvoid Sincerely speaking

    0 0 0 35 0
  • Still_Waves Profile Picture

    STILLWAVES @Still_Waves

    3 years ago

    @codewithvoid Not at all.

    0 0 0 10 0
  • jarydesign Profile Picture

    Jary - Website Design @jarydesign

    3 years ago

    @codewithvoid High quality code will significantly require more effort to write.

    0 0 0 299 0
  • MarianSo99 Profile Picture

    Marian S @MarianSo99

    3 years ago

    @codewithvoid Hmm probably

    0 0 0 31 0
  • anudeep_2806 Profile Picture

    Anudeep Sharma 🇮🇳🇺🇸 @anudeep_2806

    3 years ago

    @codewithvoid +100

    0 0 0 110 0
  • heyisaacr Profile Picture

    Isaac Roberts @heyisaacr

    3 years ago

    @codewithvoid Agreed. I just wrote some very messy code and was thinking about how hard it would be to understand if I wasn't the one who wrote it 🥴

    0 0 0 70 0
  • _CodeGears_ Profile Picture

    Code Gears ⚙️ @_CodeGears_

    3 years ago

    @codewithvoid It’s more like an iterative process: first you literally “barf” some barely functional code on there. Then you proceed making better, more performant, better readable, testable,..

    0 0 0 13 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 www.instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer