- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
WIP: feature_paste
Why do you use HTML here and not in the template? Check the comment I left in PasterController::showPaste()
.
WIP: feature_paste
Also naming here is not good. You have $highlighted
and $highlighted_text
.
$highlighted_text
is not in$camelCase
- Both variables contain text, both contain code. If it shouldn't be…
WIP: feature_paste
Or you can make constructor private
, use property promotion and add fromPaste()
method to create it from the entity.
WIP: feature_paste
- it's a good idea to add
,
to the last argument too if you use multi-line formatting