home.social

#codingstandards — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codingstandards, aggregated by home.social.

fetched live
  1. Ah, the internet's finest websites, apparently held together by duct tape and fervent prayers! 🤦‍♂️ The HTML gods have spoken: a mere 2.6% of sites can write proper code, while the rest proudly showcase their 100,399 violations. Who needs standards anyway when chaos works just fine? 💻🔥
    validatehtml.com/html-error-st #internetchaos #webdevelopment #codingstandards #htmlfailures #techhumor #HackerNews #ngated

  2. Ah, the internet's finest websites, apparently held together by duct tape and fervent prayers! 🤦‍♂️ The HTML gods have spoken: a mere 2.6% of sites can write proper code, while the rest proudly showcase their 100,399 violations. Who needs standards anyway when chaos works just fine? 💻🔥
    validatehtml.com/html-error-st #internetchaos #webdevelopment #codingstandards #htmlfailures #techhumor #HackerNews #ngated

  3. CW: Petty frustrated rant.

    @kattekrab
    Is it just me or are there an increasing number of online purchasing sites that are getting very buggy/. Am I right to suspect that some of these have been updated (for various reasons) with #GenAISlop #vibecoding ? Are all those numpties who do this kind of coding kids out of college? Where are the real coders, the Software Engineers who use tools but maintain full control of their code? Why aren’t you guys out in the street exposing #ShitCode for what it is — a greedy money grab from #TechBros and #AIFascists.

    #Antifa #CodingStandards #TestedCode #QABeforeProd #NoMoreAISlop #TaxTheRich #SoftwareEngineering #TestingHarnesses

  4. CW: Petty frustrated rant.

    @kattekrab
    Is it just me or are there an increasing number of online purchasing sites that are getting very buggy/. Am I right to suspect that some of these have been updated (for various reasons) with #GenAISlop #vibecoding ? Are all those numpties who do this kind of coding kids out of college? Where are the real coders, the Software Engineers who use tools but maintain full control of their code? Why aren’t you guys out in the street exposing #ShitCode for what it is — a greedy money grab from #TechBros and #AIFascists.

    #Antifa #CodingStandards #TestedCode #QABeforeProd #NoMoreAISlop #TaxTheRich #SoftwareEngineering #TestingHarnesses

  5. CONTRACT-Style Comments: Making Implicit Assumptions Explicit

    Do you work with an AI agent like GitHub Copilot?
    The LLMs agree, and want you to follow this guide!

    Squash bugs before they live in production.

    Read the full manifesto: whatsonyourbrain.com/contract-

    #SoftwareEngineering #AI #CodingStandards

  6. CONTRACT-Style Comments: Making Implicit Assumptions Explicit

    Do you work with an AI agent like GitHub Copilot?
    The LLMs agree, and want you to follow this guide!

    Squash bugs before they live in production.

    Read the full manifesto: whatsonyourbrain.com/contract-

    #SoftwareEngineering #AI #CodingStandards

  7. Brace yourselves for the revolutionizing news: 🤖 The genius plan is to demand that code contributors actually know what they're coding! 🎉 Who would've thought that understanding your own work could be a requirement? Next, they'll be suggesting that fish need water to swim! 🌊🐟
    discourse.llvm.org/t/rfc-llvm- #techrevolution #codingstandards #understandyourcode #softwaredevelopment #innovation #HackerNews #ngated

  8. Brace yourselves for the revolutionizing news: 🤖 The genius plan is to demand that code contributors actually know what they're coding! 🎉 Who would've thought that understanding your own work could be a requirement? Next, they'll be suggesting that fish need water to swim! 🌊🐟
    discourse.llvm.org/t/rfc-llvm- #techrevolution #codingstandards #understandyourcode #softwaredevelopment #innovation #HackerNews #ngated

  9. 🚧 Ah, the noble quest to "harden" the C++ Standard Library by... getting blocked from ACM's site! 🛡️⚔️ Who needs coding standards when you can just wave the magic #Cloudflare wand and sprinkle some security-obsessed pixie dust? 🎩✨
    queue.acm.org/detail.cfm?id=37 #C++StandardLibrary #SecurityCoding #ACMBlockade #CodingStandards #HackerNews #ngated

  10. 🚧 Ah, the noble quest to "harden" the C++ Standard Library by... getting blocked from ACM's site! 🛡️⚔️ Who needs coding standards when you can just wave the magic #Cloudflare wand and sprinkle some security-obsessed pixie dust? 🎩✨
    queue.acm.org/detail.cfm?id=37 #C++StandardLibrary #SecurityCoding #ACMBlockade #CodingStandards #HackerNews #ngated

  11. Odoo naming conventions can make or break your project! Discover 7 powerful rules for flawless code, better teamwork, and scalable Odoo development. #Odoo #CodingStandards #BestPractices #OdooNaming #DevTips

    teguhteja.id/odoo-naming-conve

  12. Odoo naming conventions can make or break your project! Discover 7 powerful rules for flawless code, better teamwork, and scalable Odoo development. #Odoo #CodingStandards #BestPractices #OdooNaming #DevTips

    teguhteja.id/odoo-naming-conve

  13. Maintaining consistent code style is challenging in software development, especially in large or distributed teams. Using .editorconfig in .NET projects helps enforce uniform coding standards automatically, resulting in a professional and uniform codebase with reduced friction in code reviews.

    okyrylchuk.dev/blog/how-to-sta

  14. Maintaining consistent code style is challenging in software development, especially in large or distributed teams. Using .editorconfig in .NET projects helps enforce uniform coding standards automatically, resulting in a professional and uniform codebase with reduced friction in code reviews.

    okyrylchuk.dev/blog/how-to-sta

    #DotNet #Programming #VScode #VisualStudio #BestPractices #CodingStandards

  15. #Chicory allows you to safely run code from another programming language in your #Java application.

    Its portability and sandboxing guarantees make it a great candidate for creating safe plug-in systems to make your Java application extensible by third-party developers.

    Read the #InfoQ article by Benjamin Eckel to gain more insights: bit.ly/3X54SYr

    #WebAssembly #Security #SecureCoding #CodingStandards

  16. allows you to safely run code from another programming language in your application.

    Its portability and sandboxing guarantees make it a great candidate for creating safe plug-in systems to make your Java application extensible by third-party developers.

    Read the article by Benjamin Eckel to gain more insights: bit.ly/3X54SYr

  17. A totally unscientific grep through the R source shows:

    3339 PROTECT stat3ments

    2531 (75%) have the form "PROTECT(var = ...)
    808 (25%) have the form "var = PROTECT(...)"

  18. A totally unscientific grep through the R source shows:

    3339 PROTECT stat3ments

    2531 (75%) have the form "PROTECT(var = ...)
    808 (25%) have the form "var = PROTECT(...)"

    #RStats #CodingStandards

  19. I liked this comment in last week's Security Now. Code things three times. Do it. Make it better. Make it right. The first time you lay down code for a solution, it's probably garbage. By the third iteration, it's probably about right. (Actually in my case, by the third iteration, it's still garbage, but who's counting.)

    @SGgrc @leo

    (Yes, similar to extreme programming. I'm a bit behind...)

    #SecurityNow #ExtremeProgramming #CodingStandards

  20. I liked this comment in last week's Security Now. Code things three times. Do it. Make it better. Make it right. The first time you lay down code for a solution, it's probably garbage. By the third iteration, it's probably about right. (Actually in my case, by the third iteration, it's still garbage, but who's counting.)

    @SGgrc @leo

    (Yes, similar to extreme programming. I'm a bit behind...)

    #SecurityNow #ExtremeProgramming #CodingStandards

  21. Dear #PHP community, we want to ask you for help: please spread the info that #PHPCSFixer is here! 🙏

    We're going to share helpful information in the future, but what even the best toot would be without the audience? 😉

    #phpc #symfony #laravel #codingstandards

  22. Dear #PHP community, we want to ask you for help: please spread the info that #PHPCSFixer is here! 🙏

    We're going to share helpful information in the future, but what even the best toot would be without the audience? 😉

    #phpc #symfony #laravel #codingstandards

  23. This is PascalCase

    This is camelCase

    This is snake_case

    This is kebab-case

  24. My : I proposed creating knowing I'd be put in charge of them.
    Now I get to enforce my coding standards on everyone 😈