• CodeWisdom Profile Picture

    Programming Wisdom @CodeWisdom

    5 years ago

    "Code never lies, comments sometimes do." — Ron Jeffries

    50 1K 5K 0 59
  • brunogadaleta Profile Picture

    Bruno Gadaleta @brunogadaleta

    5 years ago

    @CodeWisdom That said, variable and function names might also lie. Or, at least, not tell the whole truth.

    2 0 17 0 0
  • WangleLine Profile Picture

    WangleLine @WangleLine

    5 years ago

    @CodeWisdom @JayneTheHuman Can't have lying comments if all you write down is "// I have no idea what this does anymore I wrote this at 2am when I was on the brim of falling asleep but it's important and everything breaks if I remove this"

    2 1 9 0 0
  • YoCodingTeacher Profile Picture

    Your Coding Teacher | Programming Tips @YoCodingTeacher

    5 years ago

    @CodeWisdom Use comments sparingly and wisely

    0 2 1 0 0
  • ishangupta04 Profile Picture

    Ishan Gupta @ishangupta04

    5 years ago

    @CodeWisdom Not sure why there is this hype about comments, but every time I read someone's code (including mine) that guy has never left a comment with tons of lies in the naming. It's like he's saying, If a code is difficult to write, it should be difficult to read too. Period.

    0 0 5 0 0
  • i____saurabh Profile Picture

    { नाम : 'सौरभ 🌱' } @i____saurabh

    5 years ago

    @CodeWisdom <html> <body> <h1>Code Never lies</h1> <script> var YES = true; var NO = false; if(YES) { alert(" code never lies !!"); } if(NO) { alert("comments do ! "); } </script> </body> </html>

    0 0 4 0 0
  • prahladyeri Profile Picture

    Prahlad Yeri @prahladyeri

    5 years ago

    @CodeWisdom static void lie() { printf("here is a lie"); }

    1 0 4 0 0
  • giovannipds Profile Picture

    G. Pires @giovannipds

    5 years ago

    @CodeWisdom @robotstain Is that so? Do you know JavaScript, perhaps? 😂 There are some code that lies, pretty sure kkk

    1 2 0 0 0
  • whoami_vim Profile Picture

    Vitthal Mirji @whoami_vim

    5 years ago

    @CodeWisdom Indeed.. I know people printing desired output using printf & other string formatting functions 😂

    0 0 1 0 0
  • PhDfriends Profile Picture

    PhD Friend @PhDfriends

    5 years ago

    @CodeWisdom @SAH16928046 Amazing interpretation of Qualitative data

    0 0 1 0 0
  • MafikengZ Profile Picture

    MaftownZ 🇿🇦 @MafikengZ

    5 years ago

    @CodeWisdom Code never lie ...it's the intention it was written with that am not sure about. Comment justify our intentions 🧘

    0 0 1 0 0
  • mazihe Profile Picture

    Ihe Onwuka @mazihe

    5 years ago

    @CodeWisdom is a silly justification for not producing documentation.

    0 0 1 0 0
  • sandyydk Profile Picture

    Sandeep @sandyydk

    5 years ago

    @CodeWisdom @davecheney Unfinished code won't compile but incomplete comments will compile ; ( TODO comments)

    0 0 1 0 0
  • yungxix Profile Picture

    yungxix.sol 🇲🇹 ™ @yungxix

    5 years ago

    @CodeWisdom Clean codes need no explanation, the output will literally tell u what the entire thing is all about ✌✌✌

    0 0 1 0 0
  • otaviolemos Profile Picture

    Otavio Lemos 🌊 @otaviolemos

    5 years ago

    @CodeWisdom int two = 1; 😅

    0 0 1 0 0
  • prathams31 Profile Picture

    prathamesh patole @prathams31

    5 years ago

    @CodeWisdom @evilspellz @a_adeshmore @Prashan82890405

    0 0 1 0 0
  • itsManghwani Profile Picture

    Manish Manghwani 👨‍💻 @itsManghwani

    5 years ago

    @CodeWisdom "Code never lies, perspective sometimes do" ~MMM

    0 0 0 0 0
  • MohammedJunaidG Profile Picture

    Mohammed Junaid @MohammedJunaidG

    5 years ago

    @CodeWisdom First of all presence of comments is often a surprise...😂😂😂

    0 0 0 0 0
  • DabiDhanraj Profile Picture

    Dhanraj Dabi @DabiDhanraj

    5 years ago

    @CodeWisdom It may be true

    0 0 0 0 0
  • PdfHubs Profile Picture

    PDFHubs @PdfHubs

    5 years ago

    @CodeWisdom 0,1 never lies but comments. 🤐

    0 0 0 0 0
  • bondsince1987 Profile Picture

    Kapil Mathur @bondsince1987

    5 years ago

    @CodeWisdom Going in my status right away 😍

    0 0 0 0 0
  • TrivediVishal Profile Picture

    Vishal Trivedi @TrivediVishal

    5 years ago

    @CodeWisdom Many a times I had the pleasure of inheriting code that said otherwise.

    0 0 0 0 0
  • NotTheMacUKnow Profile Picture

    Cyril Mac Philip @NotTheMacUKnow

    5 years ago

    @CodeWisdom Just Sometimes ?

    0 0 0 0 0
  • sachinmankapure Profile Picture

    Sachin/सचिन माणकापुरे @sachinmankapure

    5 years ago

    @CodeWisdom True. As development progresses, it goes thru hands of different developers and soon stage reaches where code and comment starts going out of sync. This is neither right nor wrong, but part and parcel of dev life cycle and the situation.

    0 0 0 0 0
  • DurjanSodha45 Profile Picture

    Durjan Sodha @DurjanSodha45

    5 years ago

    @CodeWisdom @rajveer27626314

    0 0 0 0 0
  • naren_tnj Profile Picture

    Narendrakumar @naren_tnj

    5 years ago

    @CodeWisdom @VictorRentea Yes the code never lies, but the given names to class, method, variables does

    0 0 0 0 0
  • animegame7771 Profile Picture

    animegame777 @animegame7771

    5 years ago

    @CodeWisdom If a<>b then print b ‘lies

    0 0 0 0 0
  • priyal_tiwary Profile Picture

    Priyal Tiwary @priyal_tiwary

    5 years ago

    @CodeWisdom Use comment line Lol ! Sorry was trynna work on my making jokes side

    0 0 0 0 0
  • bkayranci Profile Picture

    Türkalp KAYRANCIOĞLU @bkayranci

    5 years ago

    @CodeWisdom asciinema.org/a/327206

    0 0 0 0 0
  • Programmingbea2 Profile Picture

    Programming beast @Programmingbea2

    5 years ago

    @CodeWisdom That's right haha

    0 0 0 0 0
  • BNganwa Profile Picture

    Batirai Nganwa @BNganwa

    5 years ago

    @CodeWisdom And it logically follows that coders sometimes lie.

    0 0 0 0 0
  • BNganwa Profile Picture

    Batirai Nganwa @BNganwa

    5 years ago

    @CodeWisdom Sometimes variable names doesn't make any sense.

    0 0 0 0 0
  • neclimdul Profile Picture

    James Gilliland @neclimdul

    5 years ago

    @CodeWisdom You have to wonder how much Perl Ron wrote. 🤣

    0 0 0 0 0
  • ruby_object Profile Picture

    Jacek Podkanski @ruby_object

    5 years ago

    @CodeWisdom Code can lie with deceptive variable names, function names, deceptive logic and confusing indentation. Life would be much simpler if only comments were deceptive.

    0 0 0 0 0
  • WolframRoesler Profile Picture

    Wolfram Rösler @WolframRoesler

    5 years ago

    @CodeWisdom When code and comments disagree, both are probably wrong.

    0 0 0 0 0
  • sntshk Profile Picture

    Santosh Kumar @sntshk

    5 years ago

    @CodeWisdom @rBharshetty Those who update code but not comments. 🤦‍♂️

    0 0 0 0 0
  • ChinonsoUgwonna Profile Picture

    CHINONSO UGWONNA @ChinonsoUgwonna

    5 years ago

    @CodeWisdom True that

    0 0 0 0 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