What Happened When I Used ChatGPT for Code

I struggle with writing recursive functions, it’s a weakness of mine. I’ve been trying to write a function in Ruby that returns all of the data from a Postgres table. The parent_id column references the id column. If parent_id is null then the record is a parent. I’m sure this will need some massaging but […]

What Happened When I Used ChatGPT for Code Read More »