Refactor: Remove empty bot constructors that only call super()
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 16.5k
- Forks
- 1.7k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**Suggestion:** Remove the empty constructor since it only calls the superclass constructor and adds unnecessary boilerplate. [general, importance: 5]
```diff
- constructor() {
- super();
- }
+ // constructor omitted since default inherited constructor is sufficient
```
_Originally posted by @PeterBot in https://github.com/ai-shifu/ChatALL/pull/1005#discussion_r2051138623_
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.