Document-driven agile development and efficient operation of the service-oriented

  The title is a bit long, because trying the main features are added, the result is still missing roles and workflow.

  You might look a bit dizzy, feeling the lame. Emmmm, look at a map it.

 

 

 

  A big fish bone has been out, he sent entered the meat filling, interested?

  In addition to the plug-in function, you do not need to write code!

 

         Document-driven features:

1, separating the front and rear end, back-end only api, responsible for the front page and interaction.

2, front and rear ends of the basic functions can be implemented automatically without coding. (DI)

3, the document first, they have to have the document, and then by the support platform according to the document for other functions.

4, if the requirements have changed, to modify the document, and then still supported by the platform changes according to the document, automatically changing the various related functions. (Except for the code inside plug)

5, the development of fast, written document, a key to achieve the basic functions, then slightly modified (modified part can be included in the document), you can get basic functionality. Special functions can be achieved by way of plug-ins.

6, unit testing automatically! Backend API can ensure normal operation.

7, Bug little or no. Because most of the functions are automated to achieve, to come up with bug is immune.

8, operating efficiency is very high, because the steps are very streamlined, all without unnecessary.

9, comes powerful logging: operation log, the change log data, exception logging, tracking counting step (Part Processed easy to find and easy to troubleshoot).

10. Finally, please note: this is not a code generator! Adding a basic function, without increasing the code.

 

 

If you still feel lame, I suggest a look at low code, Baidu, there are many.

Thought for a long time before there will be a low code, many domestic and foreign companies in the study, there appears finished, but seems in muffled fortune. Fame seems to play much. I did not find much discussion. I do not know why.

Saying that last year's news, do not know how the operation. If a large area to promote the success, then how IT company? Programmers then?

Hey I do not know, but anyway, I still want to come up with their own ideas, be open-source projects , and finally toss once.

 

Open source project intends to use the node to do, because he can better achieve my thoughts used to be to do with asp.net, more awkward, not good plug-in system implementation. With node much more convenient, because he can dynamically create the entity classes at runtime, this is what I need most.

I realize the idea needs to have a few basic functions:

1, can be created dynamically at runtime entity classes

2, the back end can easily access json, in order to deliver the entity classes created dynamically, so convenient plug-in function.

 

Nothing else touches the requirements, in line with these two points of the current node was found more suitable, other languages ​​do not see it.

If you are familiar with my words, one might think this stuff seems a bit familiar, ah Yes, this is the natural framework!

Now think of the natural framework for reconstruction, in order to achieve greater functionality.

A person's capacity is limited, hoping to find like-minded people come together to achieve this function.

 

Guess you like

Origin www.cnblogs.com/jyk/p/11141549.html