{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "comment",
  "home_page_url": "https://evotec.xyz/fr/tags/comment",
  "feed_url": "https://evotec.xyz/fr/tags/comment/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/fr/blog/how-to-efficiently-remove-comments-from-your-powershell-script",
      "url": "https://evotec.xyz/fr/blog/how-to-efficiently-remove-comments-from-your-powershell-script",
      "title": "How to Efficiently Remove Comments from Your PowerShell Script",
      "summary": "As part of my daily development, I create lots of code that I subsequently comment on and leave to ensure I understand what I tried, what worked, and what didn\u2019t. This is my usual method of solving a problem. Sure, I could commit it to git and then look it up, and I do that, but that doesn\u2019t change my behavior where I happen to have lots of \u201Cjunk\u201D inside of my functions that stay commented out. While this works for me, and I\u2019ve accepted this as part of my process, I don\u2019t believe this should be part of the production code on PowerShellGallery or when the code is deployed.",
      "date_published": "2023-08-20T15:43:09.0000000Z",
      "tags": [
        "cleanup",
        "comment",
        "powershell",
        "remove",
        "script"
      ]
    }
  ]
}