mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-24 21:41:38 +02:00
start a restructure
This commit is contained in:
15
More/Delegation/JuniorDeveloper.php
Normal file
15
More/Delegation/JuniorDeveloper.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Delegation;
|
||||
|
||||
/**
|
||||
* Class JuniorDeveloper
|
||||
* @package DesignPatterns\Delegation
|
||||
*/
|
||||
class JuniorDeveloper
|
||||
{
|
||||
public function writeBadCode()
|
||||
{
|
||||
return "Some junior developer generated code...";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user