-
Notifications
You must be signed in to change notification settings - Fork 30
Code editors #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Code editors #8
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,61 @@ | ||
# Code editors | ||
# Edytory kodu | ||
|
||
A code editor is the place where programmers spend most of their time. | ||
Edytor kodu to miejsce, w którym programista spędza najwięcej swojego czasu. | ||
|
||
There are two main types of code editors: IDEs and lightweight editors. Many people use one tool of each type. | ||
Wyróżniamy dwa typy edytorów: IDE oraz te "lekkie". Wielu ludzi korzysta z jednego narzędzia każdego typu. | ||
|
||
## IDE | ||
|
||
The term [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) refers to a powerful editor with many features that usually operates on a "whole project." As the name suggests, it's not just an editor, but a full-scale "development environment." | ||
Termin [IDE](https://pl.wikipedia.org/wiki/Zintegrowane_środowisko_programistyczne) (Zintegrowane Środowisko | ||
Programistyczne) odnosi się do potężnego edytora z wieloma funkcjonalnościami, które współgrają z całym projektem | ||
. Jak sama nazwa wskazuje, to nie jest zwykły edytor, ale środowisko programistyczne na pełną skalę. | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
An IDE loads the project (which can be many files), allows navigation between files, provides autocompletion based on the whole project (not just the open file), and integrates with a version management system (like [git](https://git-scm.com/)), a testing environment, and other "project-level" stuff. | ||
IDE ładuje projekt (który może mieć mnóstwo plików), pozwala nawigować między plikami, zapewnia autouzupełnianie | ||
oparte o cały projekt (a nie tylko o otwarty plik), integruje z systemami kotroli wersji (jak [git](https://git-scm | ||
.com/)), środowiskiem testowym oraz innymi narzędzami na poziomie projektu. | ||
|
||
If you haven't selected an IDE yet, consider the following options: | ||
Jeśli nie wybrałeś(aś) jeszcze IDE, rozważ następujące opcje: | ||
|
||
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free). | ||
- [WebStorm](http://www.jetbrains.com/webstorm/) (cross-platform, paid). | ||
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, darmowy). | ||
- [WebStorm](http://www.jetbrains.com/webstorm/) (cross-platform, płatny). | ||
|
||
For Windows, there's also "Visual Studio", not to be confused with "Visual Studio Code". "Visual Studio" is a paid and mighty Windows-only editor, well-suited for the .NET platform. It's also good at JavaScript. There's also a free version [Visual Studio Community](https://www.visualstudio.com/vs/community/). | ||
Dla systemu Windows istnieje jeszcze "Visual Studio", którego nie należy mylić z "Visual Studio Code". "Visual | ||
Studio" jest | ||
rozbudowanym i płatnym edytorem tylko dla systemu Windows, świetnie dopasowanym do platformy .NET. Jest również dobry | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
dla | ||
JavaScript-u. Dostępna jest również darmowa wersja [Visual Studio Community](https://www.visualstudio.com/vs/community/). | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Many IDEs are paid, but have a trial period. Their cost is usually negligible compared to a qualified developer's salary, so just choose the best one for you. | ||
Wiele środowisk programistycznych jest płatnych, ale mają wersje trial. Ich koszt jest zazwyczaj znikomy, jeśli | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
porównamy go do pensji wykwalifikowanego developera. Po prostu wybierz dla siebie najlepszy. | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Lightweight editors | ||
## Lekkie edytory | ||
|
||
"Lightweight editors" are not as powerful as IDEs, but they're fast, elegant and simple. | ||
"Lekkie edytory" nie są tak potężne jak IDE, ale są szybkie, eleganckie i proste w obsłudze. | ||
|
||
They are mainly used to open and edit a file instantly. | ||
Zazwyczaj są używane głównie do szybkiego otwarcia i edycji pliku. | ||
|
||
The main difference between a "lightweight editor" and an "IDE" is that an IDE works on a project-level, so it loads much more data on start, analyzes the project structure if needed and so on. A lightweight editor is much faster if we need only one file. | ||
Główna różnica pomiędzy lekkim edytorem, a środowiskiem programistycznym polega na tym, że IDE działa na poziomie | ||
całego projektu, wczytuje mnóstwo danych na starcie, analizuje strukturę projektu itd. Lekki edytor jest o wiele | ||
szybszy jeśli potrzebujemy go użyć do pracy na jednym pliku. | ||
|
||
In practice, lightweight editors may have a lot of plugins including directory-level syntax analyzers and autocompleters, so there's no strict border between a lightweight editor and an IDE. | ||
W praktyce jednak lekkie edytory mają wiele wtyczek, które wspomagają pracę, analizują i | ||
dostarcząją autouzupełnianie na poziomie projektu, więc granica pomiędzy lekkimi edytorami a IDE powoli się zaciera. | ||
|
||
The following options deserve your attention: | ||
Poniższe przykłady zasługują na Twoją uwagę: | ||
|
||
- [Atom](https://atom.io/) (cross-platform, free). | ||
- [Atom](https://atom.io/) (cross-platform, darmowy). | ||
- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). | ||
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free). | ||
- [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them. | ||
- [Notepad++](https://notepad-plus-plus.org/) (Windows, darmowy). | ||
- [Vim](http://www.vim.org/) i [Emacs](https://www.gnu.org/software/emacs/) są świetne, pod warunkiem, że wiesz jak na | ||
nich pracować. | ||
|
||
## Let's not argue | ||
## Nie sprzeczajmy się | ||
|
||
The editors in the lists above are those that either I or my friends whom I consider good developers have been using for a long time and are happy with. | ||
Lista edytorów powyżej, to narzędzia, z których sam korzystam lub korzystają moi znajomi, których uważam za dobrych | ||
programistów, i z których wszyscy jesteśmy zadowoleni. | ||
|
||
There are other great editors in our big world. Please choose the one you like the most. | ||
Jest mnóstwo takich programów w naszym dużym świecie. Używaj tego, który lubisz najbardziej. | ||
|
||
The choice of an editor, like any other tool, is individual and depends on your projects, habits, and personal preferences. | ||
Wybór edytora jak i dowolnego innego narzędzia developerskiego jest naszą indywidualną sprawą zależną od potrzeb w | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
projekcie, | ||
przyzwyczajeń czy osobistych preferencji. | ||
bartek7 marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.