AI friendly documentation
Be friendly to AI by writing text-based documentation. AI can read text-based documentation, but cannot read image-based or over-complex documentation such as complex excel and powerpoint files.
Description
Example
# | No. | Item Name | Type | Length | Decimal | Required | Primary Key | Remarks |
# | --- | -------------------- | --------------------------- | ------ | ------- | -------- | ----------- | ---------------------- |
# | 1 | pass_document_id | integer | | | Y | Y | Document ID |
# | 2 | checkout_id | integer | | | Y | Y | Unique Serial Number |
# | ... | ... | ... | ... | ... | ... | ... | ... |
# | 15 | update_datetime | timestamp-without-time-zone | | | | | Update Timestamp |
# Create migration file of cooperation_pass public
class CreateGovernmentPass < ActiveRecord::Migration[7.0]
def change
# <Copilot Suggestion Here>
Exercise
Checklist for Further Learning
Last updated