-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeta-tags.html
More file actions
151 lines (147 loc) · 5.37 KB
/
Copy pathmeta-tags.html
File metadata and controls
151 lines (147 loc) · 5.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-3BQ49J7KYH"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-3BQ49J7KYH");
</script>
<meta property="og:title" content="To Comment or Not To Comment" />
<meta
property="og:description"
content="A comprehensive guide to code commenting best practices for software development. Learn when, how, and why to write effective comments that enhance code clarity and maintainability."
/>
<meta
property="og:image"
content="https://www.indrapatil.com/to-comment-or-not/media/pipe.webp"
/>
<meta
property="og:url"
content="https://www.indrapatil.com/to-comment-or-not/"
/>
<meta property="og:type" content="website" />
<!-- Discoverability metadata -->
<meta property="og:site_name" content="Indrajeet Patil" />
<meta property="og:locale" content="en_US" />
<meta name="author" content="Indrajeet Patil" />
<meta name="keywords" content="comments, software engineering, computer science, software development, code documentation, presentation, slides" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="citation_author" content="Indrajeet Patil" />
<meta name="citation_title" content="To Comment or Not To Comment" />
<meta name="citation_publication_date" content="2025-12-05" />
<link rel="ai-content-policy" type="text/plain" href="https://www.indrapatil.com/to-comment-or-not/llms.txt" />
<link rel="alternate" type="text/markdown" title="llms.txt" href="https://www.indrapatil.com/to-comment-or-not/llms.txt" />
<link rel="alternate" type="text/markdown" title="llms-full.txt" href="https://www.indrapatil.com/to-comment-or-not/llms-full.txt" />
<meta name="twitter:creator" content="@patilindrajeets" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://www.indrapatil.com/#website",
"name": "Indrajeet Patil",
"url": "https://www.indrapatil.com/",
"inLanguage": "en"
},
{
"@type": "PresentationDigitalDocument",
"@id": "https://www.indrapatil.com/to-comment-or-not/#presentation",
"name": "To Comment or Not To Comment",
"headline": "To Comment or Not To Comment",
"description": "A comprehensive guide to code commenting best practices for software development. Learn when, how, and why to write effective comments that enhance code clarity and maintainability.",
"url": "https://www.indrapatil.com/to-comment-or-not/",
"image": "https://www.indrapatil.com/to-comment-or-not/media/pipe.webp",
"thumbnailUrl": "https://www.indrapatil.com/to-comment-or-not/media/pipe.webp",
"inLanguage": "en",
"encodingFormat": "text/html",
"learningResourceType": "presentation",
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"isAccessibleForFree": true,
"keywords": [
"comments",
"software engineering",
"computer science",
"software development",
"code documentation",
"presentation",
"slides"
],
"about": [
"To Comment or Not To Comment",
"software engineering",
"comments",
"software engineering",
"computer science",
"software development",
"code documentation",
"presentation",
"slides"
],
"audience": {
"@type": "Audience",
"audienceType": "Software developers"
},
"author": {
"@type": "Person",
"@id": "https://www.indrapatil.com/#person",
"name": "Indrajeet Patil",
"url": "https://www.indrapatil.com/",
"sameAs": [
"https://github.com/IndrajeetPatil",
"https://www.linkedin.com/in/indrajeet-patil-ph-d-397865174/"
]
},
"publisher": {
"@id": "https://www.indrapatil.com/#person"
},
"isPartOf": {
"@id": "https://www.indrapatil.com/#website"
},
"datePublished": "2025-12-05",
"dateModified": "2025-12-05"
},
{
"@type": "BreadcrumbList",
"@id": "https://www.indrapatil.com/to-comment-or-not/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.indrapatil.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Presentations",
"item": "https://www.indrapatil.com/presentations/"
},
{
"@type": "ListItem",
"position": 3,
"name": "To Comment or Not To Comment",
"item": "https://www.indrapatil.com/to-comment-or-not/"
}
]
}
]
}
</script>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="To Comment or Not To Comment" />
<meta
name="twitter:description"
content="A comprehensive guide to code commenting best practices for software development. Learn when, how, and why to write effective comments that enhance code clarity and maintainability."
/>
<meta
name="twitter:image"
content="https://www.indrapatil.com/to-comment-or-not/media/pipe.webp"
/>
<link rel="canonical" href="https://www.indrapatil.com/to-comment-or-not/" />