Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 4, 2025

The Cheat Sheet had inconsistent header hierarchy, multiple top-level headers in a single document, and missing navigation structure.

Changes

Header Hierarchy

  • Unified document structure: converted 3 separate # sections to ## major sections
  • Fixed 35+ headers in "C++ and Java Advanced Concepts" from ## to ### for consistency
  • Established clean 3-level hierarchy throughout: Document (#) → Section (##) → Concept (###)

Navigation

  • Added Table of Contents with anchor links and nested subsections
  • Updated TOC structure to reflect corrected hierarchy

Content Organization

  • Removed duplicate "Exception Handling" header while preserving content
  • Made Summary headers descriptive: "Summary: Object-Oriented Programming Concepts Guide"
  • Fixed typo: "Advance Concept" → "Advanced Concepts"

Before/After Structure

# Complete OOP Concepts Reference Guide
## Section 1
# C++ and Java Advance Concept        ← Multiple H1, typo
## 1. RTTI                             ← Wrong level
## Exception Handling
### Exception Handling                ← Duplicate
# Complete OOP Concepts Reference Guide
## Table of Contents                  ← Added
## Section 1
## C++ and Java Advanced Concepts     ← Fixed
### 1. RTTI                            ← Correct level
### Exception Handling                ← Deduplicated

Stats: 7,912 lines, 111 concepts, 340 code blocks - all content preserved, only formatting improved.

Original prompt

Imporove this Cheat Sheet md file with proper fomaratting but don't change any original content.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits November 4, 2025 09:40
Co-authored-by: M-F-Tushar <171763969+M-F-Tushar@users.noreply.github.com>
Co-authored-by: M-F-Tushar <171763969+M-F-Tushar@users.noreply.github.com>
Co-authored-by: M-F-Tushar <171763969+M-F-Tushar@users.noreply.github.com>
Copilot AI changed the title [WIP] Improve formatting of Cheat Sheet Markdown file Improve Cheat Sheet markdown formatting and structure Nov 4, 2025
Copilot AI requested a review from M-F-Tushar November 4, 2025 09:54
Copilot finished work on behalf of M-F-Tushar November 4, 2025 09:54
@M-F-Tushar M-F-Tushar marked this pull request as ready for review November 4, 2025 10:00
@M-F-Tushar M-F-Tushar merged commit 75eeb80 into main Nov 4, 2025
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants