Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 665 Bytes

File metadata and controls

32 lines (22 loc) · 665 Bytes

java — Все примеры для Java Junior Developer

Purpose

Demonstration project showing specific concepts and techniques. Use it as a reference.

Prerequisites

  • JDK 8+

Build & Run

# See project files for build instructions

Development Guidelines

Code Style

  • Follow standard Java conventions
  • Keep code clean and well-organized
  • Use meaningful variable and method names

Git Workflow

  • Write clear, descriptive commit messages
  • One logical change per commit
  • Test before committing

Testing

  • Write tests for new functionality
  • Run the full test suite before pushing
  • Keep tests focused and independent