#!/bin/bash
# chatgpt_comments_numbered: add AI-generated comments to code, without damaging the code
set -a
c="#"
comments="short, cogent comments"
purpose="to clarify any confusing parts"
# dev="an expert programmer"
dev="an junior developer"
. opts
nl -w1 |
kia chatgpt_comments_numbered_2 |
sort -s -n -k1,1 | cut -f2-
# TODO put comments at the same indentation level as the code
