Skip to content

Dev#1

Open
effgang wants to merge 7 commits intomainfrom
feature/dev-branch
Open

Dev#1
effgang wants to merge 7 commits intomainfrom
feature/dev-branch

Conversation

@effgang
Copy link
Owner

@effgang effgang commented Oct 1, 2023

No description provided.

Copy link

@antonkupreychik antonkupreychik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool project! Nice work!

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

файлы из .idea. не должны попадать в репозиторий

return text;
}

private static String crypt(String text, int key) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а зачем тут статик)


public class CryptoService {
private CryptoProcessor cryptoProcessor = new CryptoProcessor();
private FileService fileService = new FileService();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

лучше создать конструктор, в который ты будешь передавать обекты cryptoProcessor и fileService

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants