[et_pb_section fb_built=”1″ disabled_on=”off|off|off” admin_label=”Header” _builder_version=”3.22″ parallax=”on” max_width_last_edited=”on|desktop” custom_padding=”0||0|0px|false|false” top_divider_height=”0px” fb_built=”1″ _i=”0″ _address=”0″][et_pb_row column_structure=”1_2,1_2″ _builder_version=”3.25″ custom_padding=”27px|0px|0|0px|false|false” _i=”0″ _address=”0.0″][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”0.0.0″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.27.4″ text_font=”||||||||” text_font_size=”17px” text_line_height=”1.9em” header_font=”|300|||||||” header_font_size=”60px” header_line_height=”1.4em” header_2_font=”Roboto|300|||||||” header_2_font_size=”50px” header_2_line_height=”1.2em” header_4_font=”|600|||||||” header_4_text_color=”#666666″ header_4_line_height=”2em” max_width=”136%” custom_margin=”|||” header_font_size_tablet=”40px” header_font_size_phone=”32px” header_font_size_last_edited=”on|phone” locked=”off” _i=”0″ _address=”0.0.0.0″]
Full-day workshop:
The Clean Code Workshop
[/et_pb_text][/et_pb_column][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” _i=”1″ _address=”0.0.1″ custom_padding__hover=”|||”][et_pb_image src=”https://romania.voxxeddays.com/wp-content/uploads/2019/04/FotografulTAU-025.jpg” align_tablet=”center” align_last_edited=”on|desktop” _builder_version=”3.23″ max_width=”80%” border_radii=”on|0%|0%|0%|0%” _i=”0″ _address=”0.0.1.0″][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ custom_padding=”41px|0px|22px|0px|false|false” _i=”1″ _address=”0.1″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”0.1.0″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.29.3″ custom_padding=”||0px|||” _i=”0″ _address=”0.1.0.0″]
The purpose of this course is to help developers write elegant, clean code.
Meaning expressive, simple code that is also flexible and testable. The course is a mix of theory, discussions and hands-on exercises designed to teach developers practical techniques they can immediately apply to real-world projects.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=”1_3,1_3,1_3″ _builder_version=”3.25″ custom_padding=”0|0px|0|0px|false|false” _i=”2″ _address=”0.2″][et_pb_column type=”1_3″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”0.2.0″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.29.3″ text_font=”Sansation|300|||||||” link_font=”||||||||” ul_font=”||||||||” ol_font=”||||||||” quote_font=”||||||||” header_font=”||||||||” _i=”0″ _address=”0.2.0.0″]
Why this workshop?
“Simplicity is the ultimate sophistication”, said Leonardo da Vinci. There is nothing more difficult than solving a complex problem with simple code that is easy to understand, change and maintain by anyone. It’s hard.
Clean Code requires social interaction to understand what’s “simple”; knowledge of design principles; mastery of your tools (IDE); creativity to envision a different, simpler solution; plus the desire and courage to play, to try out various ideas, but still the awareness and humility to know when to revert. Most of these skills are emotion-bound. That’s why it’s so hard.
This training will provide rules, guidelines, tips, best practices and advices to enforce these aspects in the participants via examples, analogies, real stories, and live-coding examples. All fine-tuned in dozens of trainings in Software Engineering teams of all imaginable profiles.
You will meet the vast majority of the code review discussions you had at work, many of the design debates you had, as well as odors that you couldn’t name at that time. All carefully dissected to provide strong arguments, clear pros/cons and typical tradeoffs. Many ideas are backed by reference books like the Clean Code book by Uncle Bob, Refactoring 2nd edition by Martin Fowler, Design Patterns, Extreme Programming, Pragmatic Programmer and many other powerful titles.
You should attend to this workshop if you want to:
• Write clean code that is simple, expressive, yet flexible and testable
• Become fluent in the principles and guidelines of simple code
• Understand what coding style is perceived as “simple” by most developers
• Upgrade your refactoring skills to bend the code with ease
• Learn to use IntelliJ IDEA or Eclipse to its full power
By taking turns at the keyboard to work out a classic Refactoring Coding Kata, you will learn how to:
• Attentively read code and detect code smells
• Rehearse a reflex-refactoring style
• Perform tiny, safe refactoring steps
• Use the main automatic refactoring actions in your IDE
• Extract a variable, method, class; inline; plus many other
This is one of the most wanted (and most refined) topic from Victor’s training curricula. Hundreds of developers in dozens of teams and companies have followed this training until now, leading to successive refinement and adjustments to reflect the ‘common opinion’ of what simple, clean code means.
[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″ _builder_version=”3.25″ custom_padding=”|||” _i=”1″ _address=”0.2.1″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.29.3″ text_font=”|300|||||||” custom_margin=”|||65px” _i=”0″ _address=”0.2.1.0″]
What will you learn?
- Motivation:
- Economics of code, time and emotions
- Common refactoring stoppers and typical solutions
- Motivational techniques for yourself and others
- The Hat Metaphor: three attitudes you must learn to use towards your code
- Naming:
- Refining expressive names
- Name length and Consistency
- Comprehension Refactoring
- Functions:
- Single Responsibility Principle, applied
- Living with tiny functions
- Signature: booleans and Optionals<>, exceptions
- Design options for reducing the number of parameters
- Side effects and Command-Query Separation principle
- Early Return refactoring and Cognitive Complexity
- Extract Method Object refactoring
- Classes:
- True Object-Oriented Design, Demeter’s Law
- Data Structures, Immutability and Functional Programming
- Function Containers and Procedural Paradigm
- Mixing the three paradigms together
- Comments and Formatting:
- Writing expressive code instead of comments: an example
- Good Comments
- Bad Comments
- Life-saving Comments
- Coding Dojo – hands-on Refactoring Kata:
(trainees taking turns at the keyboard)
- Switch vs Polymorphism
- The 3 Hygiene Rules of the Switch
- Feature Envy
The training is a mix of slides, discussions, live-coding explanations plus a collaborative exercise (taking at least 1/3 time).
[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″ _builder_version=”3.25″ custom_padding=”|||” _i=”2″ _address=”0.2.2″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.29.3″ text_font=”Sansation|300|||||||” link_font=”||||||||” ul_font=”||||||||” ol_font=”||||||||” quote_font=”||||||||” header_font=”||||||||” _i=”0″ _address=”0.2.2.0″]Who is the trainer?
Victor is one of the top technical trainers in Bucharest, well-known for the passion he dedicates to every minute of his classes. His training experience is impressive: he trained 1.5K+ developers over 300 days of in-house sessions held at dozens of companies throughout Europe. Today, he is regularly called by companies of all sizes to help bringing Software Craftsmanship ideology and eXtreme Programming practices to their technical culture.
After 15 years of professional career, Victor is also a Lead Architect at IBM, where he is crafting code and coaching others every day. He is Associate Professor at Politehnica University (UPB) and founder of Bucharest Software Craftsmanship Community in which he runs monthly free webinars. Victor has become internationally renowned by his passion for Clean Code and is now frequently invited to speak at many conferences around the world. His personal commitment is to grow in developers their passion for code.
You can learn more about Victor, his training offer, best talks, slides, articles and other goodies on victorrentea.ro or you can follow his daily thoughts on Twitter, LinkedIN or his Facebook Page.
Who is it for?
Enthusiast developers that have:
• At least several years of experience with Java
• Prior contact with Legacy Code is recommended, but not required
• Basic understanding of Java 8 lambdas and streams (nice to have)
• A sense of code esthetics (appreciate ‘beautiful code’)
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=”1″ admin_label=”Speakers” _builder_version=”3.22″ background_color_gradient_direction=”121deg” background_size=”initial” background_position=”top_left” custom_padding=”0|0px|54px|0px|false|false” fb_built=”1″ _i=”1″ _address=”1″][et_pb_row _builder_version=”3.25″ custom_padding=”0|0px|27px|0px|false|false” _i=”0″ _address=”1.0″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”1.0.0″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.27.4″ text_font=”|300|||||||” _i=”0″ _address=”1.0.0.0″]
Technical requirements:
A personal laptop with your favorite IDE, JDK 8+, working Maven (connected to central) and Git. You will be asked to clone a repository several days before the workshop.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ custom_padding=”0|0px|27px|0px|false|false” _i=”1″ _address=”1.1″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”1.1.0″ custom_padding__hover=”|||”][et_pb_button button_url=”https://romania.voxxeddays.com/product/combo-clean-code/” url_new_window=”on” button_text=”Buy combo ticket ” button_alignment=”center” _builder_version=”3.29.3″ custom_button=”on” button_text_size=”20px” button_text_color=”#ffffff” button_bg_color=”#18b9f0″ button_border_width=”8px” button_border_color=”rgba(0,0,0,0)” button_border_radius=”0px” button_letter_spacing=”0px” button_font=”|700||on|||||” button_use_icon=”off” custom_margin=”-1px|||||” box_shadow_style=”preset1″ button_text_color_hover=”#ffffff” button_border_radius_hover=”100px” button_letter_spacing_hover=”3px” locked=”off” button_text_size__hover_enabled=”off” button_one_text_size__hover_enabled=”off” button_two_text_size__hover_enabled=”off” button_text_color__hover_enabled=”on” button_text_color__hover=”#ffffff” button_one_text_color__hover_enabled=”off” button_two_text_color__hover_enabled=”off” button_border_width__hover_enabled=”off” button_one_border_width__hover_enabled=”off” button_two_border_width__hover_enabled=”off” button_border_color__hover_enabled=”off” button_one_border_color__hover_enabled=”off” button_two_border_color__hover_enabled=”off” button_border_radius__hover_enabled=”on” button_border_radius__hover=”0px” button_one_border_radius__hover_enabled=”off” button_two_border_radius__hover_enabled=”off” button_letter_spacing__hover_enabled=”on” button_letter_spacing__hover=”0px” button_one_letter_spacing__hover_enabled=”off” button_two_letter_spacing__hover_enabled=”off” button_bg_color__hover_enabled=”off” button_one_bg_color__hover_enabled=”off” button_two_bg_color__hover_enabled=”off” _i=”0″ _address=”1.1.0.0″][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ custom_padding=”27px|0px|0|0px|false|false” _i=”2″ _address=”1.2″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”1.2.0″ custom_padding__hover=”|||”][et_pb_text _builder_version=”3.27.4″ text_font=”||||||||” text_font_size=”20px” text_line_height=”1.9em” header_font=”||||||||” header_2_font=”Roboto|300|||||||” header_2_font_size=”50px” header_2_line_height=”1.2em” max_width=”700px” max_width_last_edited=”on|desktop” header_2_font_size_tablet=”40px” header_2_font_size_phone=”32px” header_2_font_size_last_edited=”on|phone” locked=”off” _i=”0″ _address=”1.2.0.0″]
Speaker
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=”1_2,1_2″ _builder_version=”3.25″ _i=”3″ _address=”1.3″][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”1.3.0″ custom_padding__hover=”|||”][et_pb_team_member name=”VICTOR RENTEA” position=”Java Champion & Independent Technical Trainer” image_url=”https://voxxedromania.ams3.cdn.digitaloceanspaces.com/2020-03-VDBUH/speakers/speakers/Victor-rentea-700.jpg” _builder_version=”3.29.3″ header_level=”h5″ header_font=”Roboto||||||||” header_text_align=”center” header_font_size=”24px” header_line_height=”1.2em” body_font=”||||||||” body_text_align=”center” body_font_size=”16px” body_line_height=”1.9em” text_orientation=”left” max_width=”56%” animation_direction=”bottom” border_radii_image=”on|0%|0%|0%|0%” border_color_all_image=”#18b9f0″ box_shadow_style_image=”preset1″ box_shadow_blur_image=”10px” box_shadow_color_image=”#18b9f0″ locked=”off” _i=”0″ _address=”1.3.0.0″][/et_pb_team_member][/et_pb_column][et_pb_column type=”1_2″ _builder_version=”3.25″ custom_padding=”|||” _i=”1″ _address=”1.3.1″ custom_padding__hover=”|||”][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”3.25″ _i=”4″ _address=”1.4″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” _i=”0″ _address=”1.4.0″ custom_padding__hover=”|||”][et_pb_button button_url=”https://romania.voxxeddays.com/bucharest/voxxed-days-bucharest-2020/#speakers” url_new_window=”on” button_text=”SEE ALL OUR SPEAKERS” button_alignment=”center” _builder_version=”3.29.3″ custom_button=”on” button_font=”||||||||” button_use_icon=”off” box_shadow_style=”preset1″ button_text_color_hover=”#ffffff” button_bg_color_hover=”#18b9f0″ button_text_size__hover_enabled=”off” button_one_text_size__hover_enabled=”off” button_two_text_size__hover_enabled=”off” button_text_color__hover_enabled=”on” button_text_color__hover=”#ffffff” button_one_text_color__hover_enabled=”off” button_two_text_color__hover_enabled=”off” button_border_width__hover_enabled=”off” button_one_border_width__hover_enabled=”off” button_two_border_width__hover_enabled=”off” button_border_color__hover_enabled=”off” button_one_border_color__hover_enabled=”off” button_two_border_color__hover_enabled=”off” button_border_radius__hover_enabled=”off” button_one_border_radius__hover_enabled=”off” button_two_border_radius__hover_enabled=”off” button_letter_spacing__hover_enabled=”off” button_one_letter_spacing__hover_enabled=”off” button_two_letter_spacing__hover_enabled=”off” button_bg_color__hover_enabled=”on” button_bg_color__hover=”#18b9f0″ button_one_bg_color__hover_enabled=”off” button_two_bg_color__hover_enabled=”off” _i=”0″ _address=”1.4.0.0″][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]