Skip to content

Commit 1f747cd

Browse files
committed
Create 2022-03-05-new-strategy.markdown
1 parent 0d1f397 commit 1f747cd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: "New Strategy"
4+
date: 2022-03-05 07:28:00 +0000
5+
categories: development, reviews, theories
6+
author: Diviyesh Patel
7+
---
8+
9+
Having time spent reviewing code bases and realising where to optimise productivity.
10+
11+
Helping out not just the end users, but the developers either sides of the teams.
12+
13+
One of the biggest issue with our monolithic system is where to find certain features.
14+
15+
This is because of many reasons.
16+
17+
Built by different developers all at different levels of skills with specific software knowledge based on tech stacks and software patterns.
18+
19+
Different methods of implementation down to the fact of nature, learning and improving the code base with the knowledge had a the time.
20+
21+
A change in a process by a feature request that doesn’t quite match up in the code.
22+
23+
All these point have something in common and that is making a person think, spending the additional time finding where to make changes and follow where data is being processed.
24+
25+
Solution you may ask is pretty simple, but it’s a challenge on a huge system with multiple apps and tech stacks.
26+
27+
Create a draft of structure, discuss with both sides of teams (the theory). Set a PR with a mini exercise converting one area of code to this structure (the practical).
28+
29+
Review with teams and allow others to follow the same process. (the test)
30+
31+
Now you have it, a Recognisable Folder Structure (RFS) for any person to understand.

0 commit comments

Comments
 (0)