You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

20m 32s logged

pretty much just added a check for when the user tries to create a new object when he already has created one.
also removed a few debug stuff and added some TODOs

0
0
19
Open comments for this post

1h 2m 53s logged

Made some changes for the sake of good manners and implemented a way for the user to implement a update handler

the user can receive the list of changes in the configuration and handle it as soon as it arrives, without to make the software detect the change (with polling for example)

about the other changes, I was creating an instance of the configuration object every time the file was changed, which does not help performance at all. Now I just update the one we already have.

0
0
18
Open comments for this post

2h 23m 47s logged

dynamic variables system poc

I faced a LOT of errors while coding that.
last devlog I had pretty much all the idea of how I wanted it to be but it wasn’t implemented at all, so I started changing whatever I needed in the code for it to work (such as creating parsing methods, ways to bump Java field’s values into the yml, etc).
now it pretty much works, but I haven’t tried creating dynamic variables of more complex types and I also don’t have a smart way to update THE FILE whenever the user updates the variable, instead of the way around which already works.

0
0
8
Open comments for this post

59m 50s logged

Started working on a dynamic variables system

which should allow the same concept of binding but with variables, without having to bind an entire object (should work well when debugging applications, since you can change any variable in runtime)

0
0
12
Open comments for this post

1h 57m 49s logged

Binding works really well

with pretty much one line of code, you can receive an object of your choice that is binded to a file also of your choice.
whatever you change in the file will reflect in the object during runtime.
also, the file is created based on the model of the object’s class (which means you can define default)
pretty much just create whatever configuration you want, ask for an instance of it and the software will do the rest

0
0
8
Open comments for this post

3h 16m 21s logged

Binding system and polling with threads

basically created a simple way to bind objects to its configuration file.
also started to build a way to check the changes on files using threads

0
0
10

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…