mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
initial commit
This commit is contained in:
commit
1beb9dd34c
281 changed files with 56773 additions and 0 deletions
16
content/tips/use-docblocks-only-when-they-clarify-things.md
Normal file
16
content/tips/use-docblocks-only-when-they-clarify-things.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue