diff --git a/docs/feed.json b/docs/feed.json index 653b172..fee70e4 100644 --- a/docs/feed.json +++ b/docs/feed.json @@ -13,7 +13,7 @@ "id": "https://401matthall.com/posts/why-am-i-struggling/", "url": "https://401matthall.com/posts/why-am-i-struggling/", "title": "Why am I struggling?", - "content_html": "

I've been really struggling to get into the right head space to complete a ticket at work. It's not a terribly complicated ask. It's just an export of a flat-file with very clear specs for 5 record types. It'll need to be connected to the front-end GUI so a user can trigger the export and select what records should populate the flat-file. I have been struggling for days to get into some kind of groove with this thing. What is it about starting that is so damn difficult?

\n

It finally hit me this evening. Like standing on a dark stage when the single follow light illuminates and it's pointed right at your face.

\n

ZAP

\n

Oh... I can't iterate on this.

\n

Why can't I iterate on this?

\n

I don't have a single meaningful test for this code.

\n

I don't even have a completed front-end to back-end loop that I could test manually.

\n

If I can't verify my progress how can I move onto the next piece, method, module, etc. with any confidence that all my previous work... Works? I know better than this. There's not a chance that I'm going to build the needed test scaffolding around this service and it's related views. Our application is written in such a way that makes meaningful testing extremely costly to do and maintain. So, for the most part, we don't do it. I'll wait a few minutes for those of you who've started to convulse or swear violently to work through that. It's a choice and we pay it's costs every day. At any rate, I am in a position to short-cycle the remaining smaller methods that'll do the majority of the work in this service. Then I can wire up this backend service to the GUI and start seeing a file be generated. Then I can finally start to validate the work I've done thus far.

\n

This probably would've been something I noticed much sooner if test-driven-development was how my current company worked. It's not and the upfront cost to change the pattern is more than is willing to be paid.

\n

Testing, in any form, is the crux of developing confidence in your work. The structure and focus that test-drive-development brings to your team and your code is extremely valuable. If it's not available to you all hope is not lost. You can write tests after the fact, with a known costs and skew because the test did not define the initial work. You can test manually in most cases. It's tedious and we're fallible but having confidence around the work you ship is worth it.

\n", + "content_html": "

I've been really struggling to get into the right head space to complete a ticket at work. It's not a terribly complicated ask. It's just an export of a flat-file with very clear specs for 5 record types. It'll need to be connected to the front-end GUI so a user can trigger the export and select what records should populate the flat-file. I have been struggling for days to get into some kind of groove with this thing. What is it about starting that is so damn difficult?

\n

It finally hit me this evening. Like standing on a dark stage when the single follow light illuminates and it's pointed right at your face.

\n

!!ZAP!!

\n

Oh... I can't iterate on this.

\n

Why can't I iterate on this?

\n

I don't have a single meaningful test for this code.

\n

I don't even have a completed front-end to back-end loop that I could test manually.

\n

If I can't verify my progress how can I move onto the next piece, method, module, etc. with any confidence that all my previous work... Works? I know better than this. There's not a chance that I'm going to build the needed test scaffolding around this service and it's related views. Not on my timeline and not with this application. Our application is written in such a way that makes meaningful testing extremely costly to do and maintain. So, for the most part, we don't do it. I'll wait a few minutes for those of you who've started to convulse or swear violently to work through that. It's a choice and we pay it's costs every day. At any rate, I am in a position to short-cycle the remaining smaller methods that'll do the majority of the work in this service. Then I can wire up this backend service to the GUI and start seeing a file be generated. Then I can finally start to validate the work I've done thus far.

\n

This probably would've been something I noticed much sooner if test-driven-development was how my current company worked. I probably would've noticed this much sooner if my primary paradigm for working was test-driven-development. My current company doesn't do this and the upfront cost to change the pattern is more than is willing to be paid. I am very much putting this reminder on my whiteboard, though.

\n

Testing, in any form, is the crux of developing confidence in your work. The structure and focus that test-driven-development brings to your team and your code is extremely valuable. If it's not available to you all hope is not lost. You can write tests after the fact, with known costs and skew because the test did not define the initial work. You can test manually in most cases. It's tedious and we're fallible but having confidence around the work you ship is worth it.

\n", "date_published": "2024-02-12T00:00:00Z" },{ "id": "https://401matthall.com/posts/game-design-as-software-design/", diff --git a/docs/feed.xml b/docs/feed.xml index 5334fa1..f10df1d 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -19,14 +19,14 @@ https://401matthall.com/posts/why-am-i-struggling/ <p>I've been really struggling to get into the right head space to complete a ticket at work. It's not a terribly complicated ask. It's just an export of a flat-file with very clear specs for 5 record types. It'll need to be connected to the front-end GUI so a user can trigger the export and select what records should populate the flat-file. I have been struggling for days to get into some kind of groove with this thing. What is it about <em>starting</em> that is so damn difficult?</p> <p>It finally hit me this evening. Like standing on a dark stage when the single follow light illuminates and it's pointed right at your face.</p> -<p><em>ZAP</em></p> +<p><em>!!ZAP!!</em></p> <p>Oh... I can't iterate on this.</p> <p>Why can't I iterate on this?</p> <p>I don't have a single meaningful test for this code.</p> <p>I don't even have a completed front-end to back-end loop that I could test manually.</p> -<p>If I can't verify my progress how can I move onto the next piece, method, module, etc. with any confidence that all my previous work... Works? I know better than this. There's not a chance that I'm going to build the needed test scaffolding around this service and it's related views. Our application is written in such a way that makes meaningful testing <em>extremely</em> costly to do and maintain. So, for the most part, we don't do it. I'll wait a few minutes for those of you who've started to convulse or swear violently to work through that. It's a choice and we pay it's costs every day. At any rate, I <em>am</em> in a position to short-cycle the remaining smaller methods that'll do the majority of the work in this service. Then I can wire up this backend service to the GUI and start seeing a file be generated. Then I can finally start to validate the work I've done thus far.</p> -<p>This probably would've been something I noticed <em>much</em> sooner if test-driven-development was how my current company worked. It's not and the upfront cost to change the pattern is more than is willing to be paid.</p> -<p>Testing, in any form, is the crux of developing confidence in your work. The structure and focus that test-drive-development brings to your team and your code is extremely valuable. If it's not available to you all hope is not lost. You can write tests after the fact, with a known costs and skew because the test did not define the initial work. You can test manually in most cases. It's tedious and we're fallible but having confidence around the work you ship is worth it.</p> +<p>If I can't verify my progress how can I move onto the next piece, method, module, etc. with any confidence that all my previous work... Works? I know better than this. There's not a chance that I'm going to build the needed test scaffolding around this service and it's related views. Not on my timeline and not with this application. Our application is written in such a way that makes meaningful testing <em>extremely</em> costly to do and maintain. So, for the most part, we don't do it. I'll wait a few minutes for those of you who've started to convulse or swear violently to work through that. It's a choice and we pay it's costs every day. At any rate, I <em>am</em> in a position to short-cycle the remaining smaller methods that'll do the majority of the work in this service. Then I can wire up this backend service to the GUI and start seeing a file be generated. Then I can finally start to validate the work I've done thus far.</p> +<p>This probably would've been something I noticed <em>much</em> sooner if test-driven-development was how my current company worked. I probably would've noticed this <em>much</em> sooner if <em>my</em> primary paradigm for working was test-driven-development. My current company doesn't do this and the upfront cost to change the pattern is more than is willing to be paid. I am very much putting this reminder on my whiteboard, though.</p> +<p>Testing, in any form, is the crux of developing confidence in your work. The structure and focus that test-driven-development brings to your team and your code is extremely valuable. If it's not available to you all hope is not lost. You can write tests after the fact, with known costs and skew because the test did not define the initial work. You can test manually in most cases. It's tedious and we're fallible but having confidence around the work you ship is worth it.</p> diff --git a/docs/page-list/index.html b/docs/page-list/index.html index e52b986..683d60d 100644 --- a/docs/page-list/index.html +++ b/docs/page-list/index.html @@ -93,6 +93,10 @@

Sitemap Mesin Kasir Online

/posts/its-the-cognition-stupid/ It's the cognition, stupid. + + /tags/first/ + Tagged “first” + /tags/code/ Tagged “code” @@ -110,8 +114,8 @@

Sitemap Mesin Kasir Online

Tagged “thinky thoughts” - /tags/first/ - Tagged “first” + /tags/autism/ + Tagged “autism” /tags/being-me/ @@ -121,10 +125,6 @@

Sitemap Mesin Kasir Online

/tags/coding/ Tagged “coding” - - /tags/autism/ - Tagged “autism” - /posts/i-dont-like-writing-code/ I don't like writing code... diff --git a/docs/posts/why-am-i-struggling/index.html b/docs/posts/why-am-i-struggling/index.html index 88d71a0..f790299 100644 --- a/docs/posts/why-am-i-struggling/index.html +++ b/docs/posts/why-am-i-struggling/index.html @@ -75,14 +75,14 @@

Why is starting wor

I've been really struggling to get into the right head space to complete a ticket at work. It's not a terribly complicated ask. It's just an export of a flat-file with very clear specs for 5 record types. It'll need to be connected to the front-end GUI so a user can trigger the export and select what records should populate the flat-file. I have been struggling for days to get into some kind of groove with this thing. What is it about starting that is so damn difficult?

It finally hit me this evening. Like standing on a dark stage when the single follow light illuminates and it's pointed right at your face.

-

ZAP

+

!!ZAP!!

Oh... I can't iterate on this.

Why can't I iterate on this?

I don't have a single meaningful test for this code.

I don't even have a completed front-end to back-end loop that I could test manually.

-

If I can't verify my progress how can I move onto the next piece, method, module, etc. with any confidence that all my previous work... Works? I know better than this. There's not a chance that I'm going to build the needed test scaffolding around this service and it's related views. Our application is written in such a way that makes meaningful testing extremely costly to do and maintain. So, for the most part, we don't do it. I'll wait a few minutes for those of you who've started to convulse or swear violently to work through that. It's a choice and we pay it's costs every day. At any rate, I am in a position to short-cycle the remaining smaller methods that'll do the majority of the work in this service. Then I can wire up this backend service to the GUI and start seeing a file be generated. Then I can finally start to validate the work I've done thus far.

-

This probably would've been something I noticed much sooner if test-driven-development was how my current company worked. It's not and the upfront cost to change the pattern is more than is willing to be paid.

-

Testing, in any form, is the crux of developing confidence in your work. The structure and focus that test-drive-development brings to your team and your code is extremely valuable. If it's not available to you all hope is not lost. You can write tests after the fact, with a known costs and skew because the test did not define the initial work. You can test manually in most cases. It's tedious and we're fallible but having confidence around the work you ship is worth it.

+

If I can't verify my progress how can I move onto the next piece, method, module, etc. with any confidence that all my previous work... Works? I know better than this. There's not a chance that I'm going to build the needed test scaffolding around this service and it's related views. Not on my timeline and not with this application. Our application is written in such a way that makes meaningful testing extremely costly to do and maintain. So, for the most part, we don't do it. I'll wait a few minutes for those of you who've started to convulse or swear violently to work through that. It's a choice and we pay it's costs every day. At any rate, I am in a position to short-cycle the remaining smaller methods that'll do the majority of the work in this service. Then I can wire up this backend service to the GUI and start seeing a file be generated. Then I can finally start to validate the work I've done thus far.

+

This probably would've been something I noticed much sooner if test-driven-development was how my current company worked. I probably would've noticed this much sooner if my primary paradigm for working was test-driven-development. My current company doesn't do this and the upfront cost to change the pattern is more than is willing to be paid. I am very much putting this reminder on my whiteboard, though.

+

Testing, in any form, is the crux of developing confidence in your work. The structure and focus that test-driven-development brings to your team and your code is extremely valuable. If it's not available to you all hope is not lost. You can write tests after the fact, with known costs and skew because the test did not define the initial work. You can test manually in most cases. It's tedious and we're fallible but having confidence around the work you ship is worth it.

diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 9323b78..d3a877a 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -26,6 +26,11 @@ 2023-01-30 + + https://401matthall.com/tags/first/ + 2023-01-30 + + https://401matthall.com/tags/code/ 2023-01-30 @@ -47,7 +52,7 @@ - https://401matthall.com/tags/first/ + https://401matthall.com/tags/autism/ 2023-01-30 @@ -61,11 +66,6 @@ 2023-01-30 - - https://401matthall.com/tags/autism/ - 2023-01-30 - - https://401matthall.com/posts/i-dont-like-writing-code/ 2024-02-10 diff --git a/docs/tags/index.html b/docs/tags/index.html index 3da3f3c..776e9da 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -73,6 +73,9 @@

hashTags