Getmusiccc Code Better

Suggested refactor (conceptual)

Instead of writing one massive string for your prompt, break it down into modular arrays or objects. Create separate variables for: Tempo/Vibe Instruments Mixing style getmusiccc code better

| Principle | Violated? | Explanation | |-----------|-----------|-------------| | Clear subject | ✅ Yes | Unclear what “CC” or “code” refers to | | Specific action | ✅ Yes | No verb, no metric | | Professional tone | ✅ Yes | Sounds like a note to self | | Searchable | ✅ Yes | Hard to find in email logs | | Actionable | ✅ Yes | No one knows what to do | this crashes. data = response.json()

# No status check! If the server is down, this crashes. data = response.json() getmusiccc code better