mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
16 lines
No EOL
545 B
Markdown
16 lines
No EOL
545 B
Markdown
---
|
|
title: 'Use docblocks only when they clarify things'
|
|
tweet_id: '1272826454301163520'
|
|
thread_slug: laravel-clean-code-tactics
|
|
author_username: samuelstancl
|
|
images:
|
|
- 'https://pbs.twimg.com/media/Ean8DcIXkAESZ_P.jpg'
|
|
created_at: 2021-04-06T16:07:37+00:00
|
|
slug: use-docblocks-only-when-they-clarify-things
|
|
---
|
|
|
|
Many people will disagree with this, because they do it. But it makes no sense.
|
|
|
|
There's no point in using docblocks when they don't give any extra information. If the typehint is enough, don't add a docblock.
|
|
|
|
That's just noise. |