Our new API is faster than the old one.
Nossa nova API é mais rápida que a antiga.Aula
Comparativos e superlativos aplicados
Nível: A2
Objetivo
Comparar soluções, bibliotecas e prioridades em inglês usando comparativos (faster than, more reliable) e superlativos (the easiest, the most important), com adjetivos curtos (-er/-est) e longos (more/most).
Explicação
Em inglês, existem duas famílias principais de comparativos e superlativos.
Adjetivos curtos (uma sílaba ou duas terminadas em -y) ganham sufixos:
- `fast → faster → the fastest`
- `simple → simpler → the simplest`
- `easy → easier → the easiest`
- `cheap → cheaper → the cheapest`
Adjetivos longos (duas ou mais sílabas, sem -y) usam `more` e `the most`:
- `reliable → more reliable → the most reliable`
- `important → more important → the most important`
- `scalable → more scalable → the most scalable`
- `complex → more complex → the most complex`
Forma irregular (sem sufixo nem more/most):
- `good → better → the best`
- `bad → worse → the worst`
Estrutura de comparação entre dois itens usa `than`:
- `PostgreSQL is more reliable than MySQL for our workload.`
- `React is easier to learn than Angular.`
- `Our new API is faster than the old one.`
Superlativo marca o item mais alto do grupo e usa `the`:
- `This is the most important feature in the release.`
- `It is the easiest way to deploy the service.`
- `Security is the highest priority for us.`
Igualdade usa `as ... as`:
- `This library is as fast as the old one.`
- `The new design is not as simple as the previous version.`
Ao comparar bibliotecas, frameworks ou soluções, escolha adjetivos alinhados ao contexto técnico: faster, more reliable, more scalable, easier to use, the most popular, the best for this use case.
Exemplos
| Inglês | Tradução | Observação |
|---|---|---|
| PostgreSQL is more reliable than MySQL for this workload. | PostgreSQL é mais confiável que MySQL para esta carga de trabalho. | Adjetivo longo usa more ... than. |
| React is easier to learn than Angular. | React é mais fácil de aprender do que Angular. | Easy → easier (y vira i + er). |
| Our new API is faster than the old one. | Nossa nova API é mais rápida que a antiga. | Adjetivo curto ganha -er. |
| This is the most important feature in the release. | Esta é a funcionalidade mais importante da release. | Superlativo longo: the most + adjective. |
| It is the easiest way to deploy the service. | É o jeito mais fácil de fazer deploy do serviço. | Superlativo curto com the. |
| This library is as fast as the old one. | Esta biblioteca é tão rápida quanto a antiga. | As ... as para igualdade. |
| Security is the highest priority for us. | Segurança é a nossa maior prioridade. | High → higher → the highest (curto com vogal+consoante dobra a consoante). |
Erros comuns
- Misturar sufixo e more: `more faster` ou `easier than` em adjetivos longos. Use uma forma só: `faster` ou `more reliable`.
- Esquecer `the` no superlativo: dizer `It is easiest way` em vez de `It is the easiest way`.
- Esquecer `than` no comparativo de superioridade: `React is easier Angular` deve ser `React is easier than Angular`.
- Aplicar -er a adjetivos longos: `more reliable` é correto; `reliabler` não existe.
- Errar a irregular: `good → better → the best` (não `gooder` ou `the most good`).
- Em `as ... as`, usar a forma base do adjetivo, mas atenção à posição: `as fast as`, não `so fast as` (so é mais informal).
Prática guiada
Transforme a frase em comparativa ou superlativa:
- `React is popular. Next.js is also popular. Vue is the most popular.`
→ `Next.js is more popular than React, but Vue is the most popular of the three.`
- `MySQL is fast. PostgreSQL is also fast.`
→ `PostgreSQL is as fast as MySQL for this workload.`
- `The old build is simple. The new build is also simple.`
→ `The new build is simpler than the old one.`
Observe que, em cada par, o segundo elemento recebe a forma comparativa (`more popular`, `as fast as`, `simpler`).
Resumo
Adjetivos curtos usam -er/-est, adjetivos longos usam more/most, e há irregulares (good → better → the best; bad → worse → the worst). Comparativos de superioridade usam `than`; superlativos usam `the`; igualdade usa `as ... as`.
Vocabulário
Palavras principais
This option is the fastest we have.
Esta opção é a mais rápida que temos.PostgreSQL is more reliable than MySQL for this workload.
PostgreSQL é mais confiável que MySQL para esta carga de trabalho.It is the most reliable database we tested.
É o banco de dados mais confiável que testamos.The new interface is easier to use.
A nova interface é mais fácil de usar.This is the easiest way to deploy the service.
Este é o jeito mais fácil de fazer deploy do serviço.The new design is simpler than the previous version.
O novo design é mais simples que a versão anterior.React is better than Angular for this use case.
React é melhor que Angular para este caso de uso.This is the best option for our team.
Esta é a melhor opção para a nossa equipe.Kubernetes is more scalable than a single server.
Kubernetes é mais escalável que um único servidor.Security is the most important priority for us.
Segurança é a prioridade mais importante para nós.This library is as fast as the old one.
Esta biblioteca é tão rápida quanto a antiga.Security is our top priority.
Segurança é a nossa principal prioridade.We compared three solutions before choosing one.
Comparamos três soluções antes de escolher uma.Each library has its own strengths.
Cada biblioteca tem seus próprios pontos fortes.Next.js is a popular framework for React.
Next.js é um framework popular para React.The new feature is faster than the old one.
A nova funcionalidade é mais rápida que a antiga.We ran a benchmark to compare the libraries.
Rodamos um benchmark para comparar as bibliotecas.História
História: Comparativos e superlativos aplicados
Nível: A2
História em inglês
Choosing a new library
On Monday, the platform team had to pick a new logging library for the next release. Maria, the lead, listed three options: Pino, Winston and Bunyan. She said, "Pino is faster than Winston, but Winston is easier to use." Pino was the fastest of the three libraries in the benchmark. Bunyan, however, was the most reliable option for their use case.
Trade-offs and priorities
The team wanted a solution that was both fast and easy to integrate. Pino was as fast as Bunyan, but Pino was simpler to configure. Maria reminded everyone, "The most important priority is reliability, not raw speed." After the discussion, the team chose Pino because it was the best balance of speed and simplicity. The release was faster, and the customer feedback was better than the previous quarter.
Tradução linha por linha
| Inglês | Tradução |
|---|---|
| On Monday, the platform team had to pick a new logging library for the next release. | Na segunda-feira, a equipe de plataforma precisou escolher uma nova biblioteca de logging para a próxima release. |
| Maria, the lead, listed three options: Pino, Winston and Bunyan. | Maria, a líder, listou três opções: Pino, Winston e Bunyan. |
| She said, "Pino is faster than Winston, but Winston is easier to use." | Ela disse: “Pino é mais rápido que Winston, mas Winston é mais fácil de usar.” |
| Pino was the fastest of the three libraries in the benchmark. | Pino foi o mais rápido dos três no benchmark. |
| Bunyan, however, was the most reliable option for their use case. | Bunyan, por outro lado, era a opção mais confiável para o caso de uso deles. |
| The team wanted a solution that was both fast and easy to integrate. | A equipe queria uma solução que fosse rápida e fácil de integrar. |
| Pino was as fast as Bunyan, but Pino was simpler to configure. | Pino era tão rápido quanto Bunyan, mas Pino era mais simples de configurar. |
| Maria reminded everyone, "The most important priority is reliability, not raw speed." | Maria lembrou: “A prioridade mais importante é confiabilidade, não velocidade bruta.” |
| After the discussion, the team chose Pino because it was the best balance of speed and simplicity. | Depois da discussão, a equipe escolheu Pino porque ele era o melhor equilíbrio entre velocidade e simplicidade. |
| The release was faster, and the customer feedback was better than the previous quarter. | A release foi mais rápida, e o feedback dos clientes foi melhor do que no trimestre anterior. |
Notas de vocabulário
- faster than = comparativo curto + than: 'mais rápido que'.
- easier to use = comparativo de easy: 'mais fácil de usar'.
- the fastest of the three = superlativo curto com the e grupo explícito (of the three).
- the most reliable option = superlativo longo: the most + adjective + noun.
- as fast as = igualdade: 'tão rápido quanto'.
- the most important priority = duplo ênfase: the most important + noun; a prioridade mais importante.
- the best balance = irregular superlativo: the best.
Perguntas de compreensão
- How many logging libraries did Maria list?
- Which library was the fastest in the benchmark?
- Which library was the most reliable for their use case?
- Was Winston easier to use than Pino?
- Was Pino as fast as Bunyan?
- What was the most important priority for the team?
- Why did the team choose Pino instead of Bunyan?
- How was the customer feedback compared to the previous quarter?
Prática com a história
- Transforme em comparativo: Pino is fast. Winston is slow.
- Transforme em superlativo: Reliability is important. It is more important than speed.
- Reescreva com as ... as: Pino is fast. Bunyan is also fast.
- Faça uma frase usando better than sobre o feedback dos clientes.
Prática
Exercícios e teste
A próxima melhoria é transformar esses arquivos em perguntas com resposta no navegador. Por enquanto, esta página já organiza o estudo e permite seguir a aula inteira sem abrir os arquivos manualmente.