home.social

#endregion — Public Fediverse posts

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

  1. Daily Godot Tip #39: You can create code regions between #region and #endregion that allow you to collapse that entire section into 1 line

    Useful for things you don't edit but still would need to scroll past

    #godot #gamedev #godottips

  2. Daily Godot Tip #39: You can create code regions between #region and #endregion that allow you to collapse that entire section into 1 line

    Useful for things you don't edit but still would need to scroll past

    #godot #gamedev #godottips

  3. Daily Godot Tip #39: You can create code regions between #region and #endregion that allow you to collapse that entire section into 1 line

    Useful for things you don't edit but still would need to scroll past

    #godot #gamedev #godottips

  4. Daily Godot Tip #39: You can create code regions between #region and #endregion that allow you to collapse that entire section into 1 line

    Useful for things you don't edit but still would need to scroll past

    #godot #gamedev #godottips

  5. @pancake C# has

    #region region_name
    Yolo
    #endregion

    Which are collapsible and absolutely despised by the majority of C# developers. Most consider it a code smell, saying your code is badly organized if it needs that to be readable

  6. @pancake C# has

    #region region_name
    Yolo
    #endregion

    Which are collapsible and absolutely despised by the majority of C# developers. Most consider it a code smell, saying your code is badly organized if it needs that to be readable

  7. @pancake C# has

    #region region_name
    Yolo
    #endregion

    Which are collapsible and absolutely despised by the majority of C# developers. Most consider it a code smell, saying your code is badly organized if it needs that to be readable

  8. @pancake C# has

    #region region_name
    Yolo
    #endregion

    Which are collapsible and absolutely despised by the majority of C# developers. Most consider it a code smell, saying your code is badly organized if it needs that to be readable

  9. @pancake C# has

    #region region_name
    Yolo
    #endregion

    Which are collapsible and absolutely despised by the majority of C# developers. Most consider it a code smell, saying your code is badly organized if it needs that to be readable

  10. You know it's about to get rough when the service you're about to work on starts with #region Fields and the #endregion is not even in sight.

    #csharp #codesmell

  11. You know it's about to get rough when the service you're about to work on starts with #region Fields and the #endregion is not even in sight.

    #csharp #codesmell

  12. Working around one's own thinking shortcomings - software development example.

    While writing code, in some languages you can wrap a bunch of your code lines in a collapsible region, for readability or grouping (whether to use this or to separate code into smalelr files is outside of this post's scope 💀)

    In #dotnet this is written as:
    #region
    ...dode here
    #endregion

    my mind always wants to write it as:
    #region
    ...
    #regionend

    So, I've trained myself to stop. And do the reverse 👌 😆

  13. Working around one's own thinking shortcomings - software development example.

    While writing code, in some languages you can wrap a bunch of your code lines in a collapsible region, for readability or grouping (whether to use this or to separate code into smalelr files is outside of this post's scope 💀)

    In #dotnet this is written as:
    #region
    ...dode here
    #endregion

    my mind always wants to write it as:
    #region
    ...
    #regionend

    So, I've trained myself to stop. And do the reverse 👌 😆

  14. Working around one's own thinking shortcomings - software development example.

    While writing code, in some languages you can wrap a bunch of your code lines in a collapsible region, for readability or grouping (whether to use this or to separate code into smalelr files is outside of this post's scope 💀)

    In #dotnet this is written as:
    #region
    ...dode here
    #endregion

    my mind always wants to write it as:
    #region
    ...
    #regionend

    So, I've trained myself to stop. And do the reverse 👌 😆

  15. Working around one's own thinking shortcomings - software development example.

    While writing code, in some languages you can wrap a bunch of your code lines in a collapsible region, for readability or grouping (whether to use this or to separate code into smalelr files is outside of this post's scope 💀)

    In #dotnet this is written as:
    #region
    ...dode here
    #endregion

    my mind always wants to write it as:
    #region
    ...
    #regionend

    So, I've trained myself to stop. And do the reverse 👌 😆

  16. Working around one's own thinking shortcomings - software development example.

    While writing code, in some languages you can wrap a bunch of your code lines in a collapsible region, for readability or grouping (whether to use this or to separate code into smalelr files is outside of this post's scope 💀)

    In #dotnet this is written as:
    #region
    ...dode here
    #endregion

    my mind always wants to write it as:
    #region
    ...
    #regionend

    So, I've trained myself to stop. And do the reverse 👌 😆