home.social

#codingbestpractices — Public Fediverse posts

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

  1. Power FX: UserDefinedFunctions() The ability to write reusable functions inside your Canvas App is the biggest code-cleanup tool we have. Stop copying-and-pasting the same complex "If/Else" logic into 20 different buttons. Write it once. Call it everywhere. DRY (Don't Repeat Yourself).

    #CodingBestPractices #PowerFX #LowCode

  2. 🎉 Ah, the age-old debate resurrected! Why explain *what* the code does when you could just write clearer code to begin with? 🤔 But hey, let's reignite the flames with this groundbreaking revelation: maybe, just maybe, #comments should state the obvious too. 🔥 Because we all need more #verbose hand-holding, right? 🙄
    hillelwayne.com/post/what-comm #codeclarity #programmingdebate #codingbestpractices #HackerNews #ngated

  3. 🎉 Ah, the age-old debate resurrected! Why explain *what* the code does when you could just write clearer code to begin with? 🤔 But hey, let's reignite the flames with this groundbreaking revelation: maybe, just maybe, #comments should state the obvious too. 🔥 Because we all need more #verbose hand-holding, right? 🙄
    hillelwayne.com/post/what-comm #codeclarity #programmingdebate #codingbestpractices #HackerNews #ngated

  4. 🎉 Ah, the age-old debate resurrected! Why explain *what* the code does when you could just write clearer code to begin with? 🤔 But hey, let's reignite the flames with this groundbreaking revelation: maybe, just maybe, #comments should state the obvious too. 🔥 Because we all need more #verbose hand-holding, right? 🙄
    hillelwayne.com/post/what-comm #codeclarity #programmingdebate #codingbestpractices #HackerNews #ngated

  5. 🎉 Ah, the age-old debate resurrected! Why explain *what* the code does when you could just write clearer code to begin with? 🤔 But hey, let's reignite the flames with this groundbreaking revelation: maybe, just maybe, #comments should state the obvious too. 🔥 Because we all need more #verbose hand-holding, right? 🙄
    hillelwayne.com/post/what-comm #codeclarity #programmingdebate #codingbestpractices #HackerNews #ngated

  6. Stop hardcoding GUIDs in your flows! 😫

    If you are referencing a specific record ID in a Power Automate flow, it will break the moment you move it to Production. Use Environment Variables. This is day-one stuff, but I still see Seniors making this mistake.

    #PowerAutomate #FlowFam #CodingBestPractices

  7. 💡 Strong software is built on proven principles

    🔹 SOLID – maintainable & extensible
    🔹 DRY – eliminate repetition
    🔹 KISS – simplicity over cleverness
    🔹 YAGNI – build only what’s required
    🔹 Separation of Concerns – clear boundaries
    🔹 Fail Fast – validate early
    🔹 Tell, Don’t Ask – encapsulate behavior

    🚀 Design deliberately. Deliver reliably.

    #SoftwareEngineering #CodingBestPractices #CleanCode #DevTips